Html Css Color HEX #253D45 Tarawera

📋 copy color: '#253D45'

red 37 ◦ green 61 ◦ blue 69

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

Shades of Tarawera #253D45

Tints of Tarawera #253D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 22.16%
G = 36.53%
B = 41.32%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253D45 (or 0x253D45) is known color: Tarawera. HEX triplet: 25, 3D and 45. RGB value is (37,61,69). Sum of RGB (Red+Green+Blue) = 37+61+69=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #253D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D45 is #DAC2BA. Grayscale: #363636. Windows color (decimal): -14336699 or 4537637. OLE color: 4537637.

HSL color Cylindrical-coordinate representation of color #253D45: hue angle of 195º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253D45 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 61 69 -
CMYK 0.46 0.12 0 0.73
HSL 195º 0.3% 0.21% -
HSV(B) 195º 0.46% 0.27% -
XYZ 3.51 4.16 6.25 -
YUV 54.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 37 61 69 0.46 0.12 0 0.73 195 0.3 0.21
Hex 25 3D 45 2E C 0 49 C3 1E 15
Octal 45 75 105 56 14 0 111 303 36 25
Binary 100101 111101 1000101 101110 1100 0 1001001 11000011 11110 10101

Color Harmonies of #253D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D45

Black with #253D45

Text Example


Text Example

White with #253D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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