Html Css Color HEX #253B42 Tarawera

📋 copy color: '#253B42'

red 37 ◦ green 59 ◦ blue 66

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

Shades of Tarawera #253B42

Tints of Tarawera #253B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 22.84%
G = 36.42%
B = 40.74%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253B42 (or 0x253B42) is known color: Tarawera. HEX triplet: 25, 3B and 42. RGB value is (37,59,66). Sum of RGB (Red+Green+Blue) = 37+59+66=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #253B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B42 is #DAC4BD. Grayscale: #353535. Windows color (decimal): -14337214 or 4340517. OLE color: 4340517.

HSL color Cylindrical-coordinate representation of color #253B42: hue angle of 194.48º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253B42 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 59 66 -
CMYK 0.44 0.11 0 0.74
HSL 194.48º 0.28% 0.2% -
HSV(B) 194.48º 0.44% 0.26% -
XYZ 3.31 3.91 5.74 -
YUV 53.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 37 59 66 0.44 0.11 0 0.74 194.48 0.28 0.2
Hex 25 3B 42 2C B 0 4A C2 1C 14
Octal 45 73 102 54 13 0 112 302 34 24
Binary 100101 111011 1000010 101100 1011 0 1001010 11000010 11100 10100

Color Harmonies of #253B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B42

Black with #253B42

Text Example


Text Example

White with #253B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,59,66); }

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

background-color css

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

 a { background-color: rgb(37,59,66); }

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

border-color css

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

 span { border-color: rgb(37,59,66); }

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