Html Css Color HEX #253A45 Tarawera

📋 copy color: '#253A45'

red 37 ◦ green 58 ◦ blue 69

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

Shades of Tarawera #253A45

Tints of Tarawera #253A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

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

R = 22.56%
G = 35.37%
B = 42.07%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253A45 (or 0x253A45) is known color: Tarawera. HEX triplet: 25, 3A and 45. RGB value is (37,58,69). Sum of RGB (Red+Green+Blue) = 37+58+69=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #253A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A45 is #DAC5BA. Grayscale: #343434. Windows color (decimal): -14337467 or 4536869. OLE color: 4536869.

HSL color Cylindrical-coordinate representation of color #253A45: hue angle of 200.62º 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 #253A45 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 58 69 -
CMYK 0.46 0.16 0 0.73
HSL 200.63º 0.3% 0.21% -
HSV(B) 200.63º 0.46% 0.27% -
XYZ 3.35 3.85 6.2 -
YUV 52.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 37 58 69 0.46 0.16 0 0.73 200.63 0.3 0.21
Hex 25 3A 45 2E 10 0 49 C9 1E 15
Octal 45 72 105 56 20 0 111 311 36 25
Binary 100101 111010 1000101 101110 10000 0 1001001 11001001 11110 10101

Color Harmonies of #253A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A45

Black with #253A45

Text Example


Text Example

White with #253A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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