Html Css Color HEX #253E49 Tarawera

📋 copy color: '#253E49'

red 37 ◦ green 62 ◦ blue 73

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

Shades of Tarawera #253E49

Tints of Tarawera #253E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.05%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 21.51%
G = 36.05%
B = 42.44%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253E49 (or 0x253E49) is known color: Tarawera. HEX triplet: 25, 3E and 49. RGB value is (37,62,73). Sum of RGB (Red+Green+Blue) = 37+62+73=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #253E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E49 is #DAC1B6. Grayscale: #373737. Windows color (decimal): -14336439 or 4800037. OLE color: 4800037.

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

Color convert

RGB 37 62 73 -
CMYK 0.49 0.15 0 0.71
HSL 198.33º 0.33% 0.22% -
HSV(B) 198.33º 0.49% 0.29% -
XYZ 3.69 4.32 6.94 -
YUV 55.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 37 62 73 0.49 0.15 0 0.71 198.33 0.33 0.22
Hex 25 3E 49 31 F 0 47 C6 21 16
Octal 45 76 111 61 17 0 107 306 41 26
Binary 100101 111110 1001001 110001 1111 0 1000111 11000110 100001 10110

Color Harmonies of #253E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E49

Black with #253E49

Text Example


Text Example

White with #253E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,62,73); }

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

background-color css

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

 a { background-color: rgb(37,62,73); }

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

border-color css

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

 span { border-color: rgb(37,62,73); }

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