Html Css Color HEX #253A48 Tarawera

📋 copy color: '#253A48'

red 37 ◦ green 58 ◦ blue 72

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

Shades of Tarawera #253A48

Tints of Tarawera #253A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.11%

R = 22.16%
G = 34.73%
B = 43.11%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253A48 (or 0x253A48) is known color: Tarawera. HEX triplet: 25, 3A and 48. RGB value is (37,58,72). Sum of RGB (Red+Green+Blue) = 37+58+72=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #253A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A48 is #DAC5B7. Grayscale: #353535. Windows color (decimal): -14337464 or 4733477. OLE color: 4733477.

HSL color Cylindrical-coordinate representation of color #253A48: hue angle of 204º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253A48 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 58 72 -
CMYK 0.49 0.19 0 0.72
HSL 204º 0.32% 0.21% -
HSV(B) 204º 0.49% 0.28% -
XYZ 3.45 3.89 6.7 -
YUV 53.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 37 58 72 0.49 0.19 0 0.72 204 0.32 0.21
Hex 25 3A 48 31 13 0 48 CC 20 15
Octal 45 72 110 61 23 0 110 314 40 25
Binary 100101 111010 1001000 110001 10011 0 1001000 11001100 100000 10101

Color Harmonies of #253A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A48

Black with #253A48

Text Example


Text Example

White with #253A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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