Html Css Color HEX #253048 Bunting

📋 copy color: '#253048'

red 37 ◦ green 48 ◦ blue 72

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

Shades of Bunting #253048

Tints of Bunting #253048

RGB

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

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

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

R = 23.57%
G = 30.57%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253048 (or 0x253048) is known color: Bunting. HEX triplet: 25, 30 and 48. RGB value is (37,48,72). Sum of RGB (Red+Green+Blue) = 37+48+72=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #253048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253048 is #DACFB7. Grayscale: #2F2F2F. Windows color (decimal): -14340024 or 4730917. OLE color: 4730917.

HSL color Cylindrical-coordinate representation of color #253048: hue angle of 221.14º 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 #253048 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 48 72 -
CMYK 0.49 0.33 0 0.72
HSL 221.14º 0.32% 0.21% -
HSV(B) 221.14º 0.49% 0.28% -
XYZ 2.99 2.98 6.55 -
YUV 47.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 37 48 72 0.49 0.33 0 0.72 221.14 0.32 0.21
Hex 25 30 48 31 21 0 48 DD 20 15
Octal 45 60 110 61 41 0 110 335 40 25
Binary 100101 110000 1001000 110001 100001 0 1001000 11011101 100000 10101

Color Harmonies of #253048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253048

Black with #253048

Text Example


Text Example

White with #253048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253048; }

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

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

background-color css

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

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

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

border-color css

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

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

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