Html Css Color HEX #253C48 Tarawera

📋 copy color: '#253C48'

red 37 ◦ green 60 ◦ blue 72

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

Shades of Tarawera #253C48

Tints of Tarawera #253C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 21.89%
G = 35.5%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253C48 (or 0x253C48) is known color: Tarawera. HEX triplet: 25, 3C and 48. RGB value is (37,60,72). Sum of RGB (Red+Green+Blue) = 37+60+72=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #253C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C48 is #DAC3B7. Grayscale: #363636. Windows color (decimal): -14336952 or 4733989. OLE color: 4733989.

HSL color Cylindrical-coordinate representation of color #253C48: hue angle of 200.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253C48 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 60 72 -
CMYK 0.49 0.17 0 0.72
HSL 200.57º 0.32% 0.21% -
HSV(B) 200.57º 0.49% 0.28% -
XYZ 3.55 4.09 6.73 -
YUV 54.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 37 60 72 0.49 0.17 0 0.72 200.57 0.32 0.21
Hex 25 3C 48 31 11 0 48 C9 20 15
Octal 45 74 110 61 21 0 110 311 40 25
Binary 100101 111100 1001000 110001 10001 0 1001000 11001001 100000 10101

Color Harmonies of #253C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C48

Black with #253C48

Text Example


Text Example

White with #253C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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