Html Css Color HEX #253D43 Tarawera

📋 copy color: '#253D43'

red 37 ◦ green 61 ◦ blue 67

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

Shades of Tarawera #253D43

Tints of Tarawera #253D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 22.42%
G = 36.97%
B = 40.61%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253D43 (or 0x253D43) is known color: Tarawera. HEX triplet: 25, 3D and 43. RGB value is (37,61,67). Sum of RGB (Red+Green+Blue) = 37+61+67=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 67 - color contains mainly: blue. Hex color #253D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D43 is #DAC2BC. Grayscale: #363636. Windows color (decimal): -14336701 or 4406565. OLE color: 4406565.

HSL color Cylindrical-coordinate representation of color #253D43: hue angle of 192º 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 #253D43 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 61 67 -
CMYK 0.45 0.09 0 0.74
HSL 192º 0.29% 0.2% -
HSV(B) 192º 0.45% 0.26% -
XYZ 3.44 4.14 5.93 -
YUV 54.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 37 61 67 0.45 0.09 0 0.74 192 0.29 0.2
Hex 25 3D 43 2D 9 0 4A C0 1D 14
Octal 45 75 103 55 11 0 112 300 35 24
Binary 100101 111101 1000011 101101 1001 0 1001010 11000000 11101 10100

Color Harmonies of #253D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D43

Black with #253D43

Text Example


Text Example

White with #253D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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