Html Css Color HEX #253944 Tarawera

📋 copy color: '#253944'

red 37 ◦ green 57 ◦ blue 68

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

Shades of Tarawera #253944

Tints of Tarawera #253944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 68 (26.95% from 255) = 41.98%

R = 22.84%
G = 35.19%
B = 41.98%

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

#253944 (or 0x253944) is known color: Tarawera. HEX triplet: 25, 39 and 44. RGB value is (37,57,68). Sum of RGB (Red+Green+Blue) = 37+57+68=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #253944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253944 is #DAC6BB. Grayscale: #343434. Windows color (decimal): -14337724 or 4471077. OLE color: 4471077.

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

Color convert

RGB 37 57 68 -
CMYK 0.46 0.16 0 0.73
HSL 201.29º 0.3% 0.21% -
HSV(B) 201.29º 0.46% 0.27% -
XYZ 3.27 3.74 6.02 -
YUV 52.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 37 57 68 0.46 0.16 0 0.73 201.29 0.3 0.21
Hex 25 39 44 2E 10 0 49 C9 1E 15
Octal 45 71 104 56 20 0 111 311 36 25
Binary 100101 111001 1000100 101110 10000 0 1001001 11001001 11110 10101

Color Harmonies of #253944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253944

Black with #253944

Text Example


Text Example

White with #253944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253944; }

 p { color: rgb(37,57,68); }

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

background-color css

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

 a { background-color: rgb(37,57,68); }

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

border-color css

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

 span { border-color: rgb(37,57,68); }

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