Html Css Color HEX #253C47 Tarawera

📋 copy color: '#253C47'

red 37 ◦ green 60 ◦ blue 71

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

Shades of Tarawera #253C47

Tints of Tarawera #253C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 42.26%

R = 22.02%
G = 35.71%
B = 42.26%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253C47 (or 0x253C47) is known color: Tarawera. HEX triplet: 25, 3C and 47. RGB value is (37,60,71). Sum of RGB (Red+Green+Blue) = 37+60+71=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #253C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C47 is #DAC3B8. Grayscale: #363636. Windows color (decimal): -14336953 or 4668453. OLE color: 4668453.

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

Color convert

RGB 37 60 71 -
CMYK 0.48 0.15 0 0.72
HSL 199.41º 0.31% 0.21% -
HSV(B) 199.41º 0.48% 0.28% -
XYZ 3.52 4.08 6.56 -
YUV 54.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 37 60 71 0.48 0.15 0 0.72 199.41 0.31 0.21
Hex 25 3C 47 30 F 0 48 C7 1F 15
Octal 45 74 107 60 17 0 110 307 37 25
Binary 100101 111100 1000111 110000 1111 0 1001000 11000111 11111 10101

Color Harmonies of #253C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C47

Black with #253C47

Text Example


Text Example

White with #253C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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