Html Css Color HEX #253B43 Tarawera

📋 copy color: '#253B43'

red 37 ◦ green 59 ◦ blue 67

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

Shades of Tarawera #253B43

Tints of Tarawera #253B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.1%

R = 22.7%
G = 36.2%
B = 41.1%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253B43 (or 0x253B43) is known color: Tarawera. HEX triplet: 25, 3B and 43. RGB value is (37,59,67). Sum of RGB (Red+Green+Blue) = 37+59+67=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #253B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B43 is #DAC4BC. Grayscale: #353535. Windows color (decimal): -14337213 or 4406053. OLE color: 4406053.

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

Color convert

RGB 37 59 67 -
CMYK 0.45 0.12 0 0.74
HSL 196º 0.29% 0.2% -
HSV(B) 196º 0.45% 0.26% -
XYZ 3.34 3.93 5.89 -
YUV 53.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 37 59 67 0.45 0.12 0 0.74 196 0.29 0.2
Hex 25 3B 43 2D C 0 4A C4 1D 14
Octal 45 73 103 55 14 0 112 304 35 24
Binary 100101 111011 1000011 101101 1100 0 1001010 11000100 11101 10100

Color Harmonies of #253B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B43

Black with #253B43

Text Example


Text Example

White with #253B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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