Html Css Color HEX #253044 Bunting

📋 copy color: '#253044'

red 37 ◦ green 48 ◦ blue 68

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

Shades of Bunting #253044

Tints of Bunting #253044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 24.18%
G = 31.37%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253044 (or 0x253044) is known color: Bunting. HEX triplet: 25, 30 and 44. RGB value is (37,48,68). Sum of RGB (Red+Green+Blue) = 37+48+68=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #253044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253044 is #DACFBB. Grayscale: #2E2E2E. Windows color (decimal): -14340028 or 4468773. OLE color: 4468773.

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

Color convert

RGB 37 48 68 -
CMYK 0.46 0.29 0 0.73
HSL 218.71º 0.3% 0.21% -
HSV(B) 218.71º 0.46% 0.27% -
XYZ 2.86 2.92 5.88 -
YUV 46.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 37 48 68 0.46 0.29 0 0.73 218.71 0.3 0.21
Hex 25 30 44 2E 1D 0 49 DB 1E 15
Octal 45 60 104 56 35 0 111 333 36 25
Binary 100101 110000 1000100 101110 11101 0 1001001 11011011 11110 10101

Color Harmonies of #253044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253044

Black with #253044

Text Example


Text Example

White with #253044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253044; }

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

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

background-color css

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

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

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

border-color css

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

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

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