Html Css Color HEX #253F4A Green Vogue

📋 copy color: '#253F4A'

red 37 ◦ green 63 ◦ blue 74

#253F4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #253F4A

Tints of Green Vogue #253F4A

RGB

 RED value IS 37 (14.84% from 255) = 21.26%

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 21.26%
G = 36.21%
B = 42.53%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#253F4A (or 0x253F4A) is known color: Green Vogue. HEX triplet: 25, 3F and 4A. RGB value is (37,63,74). Sum of RGB (Red+Green+Blue) = 37+63+74=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #253F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F4A is #DAC0B5. Grayscale: #383838. Windows color (decimal): -14336182 or 4865829. OLE color: 4865829.

HSL color Cylindrical-coordinate representation of color #253F4A: hue angle of 197.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #253F4A is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 63 74 -
CMYK 0.50 0.15 0 0.71
HSL 197.84º 0.33% 0.22% -
HSV(B) 197.84º 0.5% 0.29% -
XYZ 3.78 4.44 7.14 -
YUV 56.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 37 63 74 0.50 0.15 0 0.71 197.84 0.33 0.22
Hex 25 3F 4A 32 F 0 47 C6 21 16
Octal 45 77 112 62 17 0 107 306 41 26
Binary 100101 111111 1001010 110010 1111 0 1000111 11000110 100001 10110

Color Harmonies of #253F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F4A

Black with #253F4A

Text Example


Text Example

White with #253F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F4A; }

 p { color: rgb(37,63,74); }

 H1.HeaderClassName
 {
   color: #253F4A;
 }
 .AnyTagClassName
 {
   color: #253F4A;
 }
</style>

background-color css

<style>
 a { background-color: #253F4A; }

 a { background-color: rgb(37,63,74); }

 div.DivClassName
 {
   background-color: #253F4A;
 }
 .BgClassName
 {
   background-color: #253F4A;
 }
</style>

border-color css

<style>
 span { border-color: #253F4A; }

 span { border-color: rgb(37,63,74); }

 td.TdClassName
 {
   border-color: #253F4A;
 }
 .TagClassName
 {
   border-color: #253F4A;
 }
</style>