Html Css Color HEX #253248 Bunting

📋 copy color: '#253248'

red 37 ◦ green 50 ◦ blue 72

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

Shades of Bunting #253248

Tints of Bunting #253248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.45%

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

R = 23.27%
G = 31.45%
B = 45.28%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253248 (or 0x253248) is known color: Bunting. HEX triplet: 25, 32 and 48. RGB value is (37,50,72). Sum of RGB (Red+Green+Blue) = 37+50+72=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #253248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253248 is #DACDB7. Grayscale: #303030. Windows color (decimal): -14339512 or 4731429. OLE color: 4731429.

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

Color convert

RGB 37 50 72 -
CMYK 0.49 0.31 0 0.72
HSL 217.71º 0.32% 0.21% -
HSV(B) 217.71º 0.49% 0.28% -
XYZ 3.07 3.14 6.58 -
YUV 48.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 37 50 72 0.49 0.31 0 0.72 217.71 0.32 0.21
Hex 25 32 48 31 1F 0 48 DA 20 15
Octal 45 62 110 61 37 0 110 332 40 25
Binary 100101 110010 1001000 110001 11111 0 1001000 11011010 100000 10101

Color Harmonies of #253248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253248

Black with #253248

Text Example


Text Example

White with #253248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253248; }

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

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

background-color css

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

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

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

border-color css

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

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

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