Html Css Color HEX #253C49 Tarawera

📋 copy color: '#253C49'

red 37 ◦ green 60 ◦ blue 73

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

Shades of Tarawera #253C49

Tints of Tarawera #253C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.29%

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

R = 21.76%
G = 35.29%
B = 42.94%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253C49 (or 0x253C49) is known color: Tarawera. HEX triplet: 25, 3C and 49. RGB value is (37,60,73). Sum of RGB (Red+Green+Blue) = 37+60+73=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #253C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C49 is #DAC3B6. Grayscale: #363636. Windows color (decimal): -14336951 or 4799525. OLE color: 4799525.

HSL color Cylindrical-coordinate representation of color #253C49: hue angle of 201.67º 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 #253C49 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 60 73 -
CMYK 0.49 0.18 0 0.71
HSL 201.67º 0.33% 0.22% -
HSV(B) 201.67º 0.49% 0.29% -
XYZ 3.58 4.11 6.91 -
YUV 54.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 37 60 73 0.49 0.18 0 0.71 201.67 0.33 0.22
Hex 25 3C 49 31 12 0 47 CA 21 16
Octal 45 74 111 61 22 0 107 312 41 26
Binary 100101 111100 1001001 110001 10010 0 1000111 11001010 100001 10110

Color Harmonies of #253C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C49

Black with #253C49

Text Example


Text Example

White with #253C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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