Html Css Color HEX #253148 Bunting

📋 copy color: '#253148'

red 37 ◦ green 49 ◦ blue 72

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

Shades of Bunting #253148

Tints of Bunting #253148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.01%

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

R = 23.42%
G = 31.01%
B = 45.57%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253148 (or 0x253148) is known color: Bunting. HEX triplet: 25, 31 and 48. RGB value is (37,49,72). Sum of RGB (Red+Green+Blue) = 37+49+72=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #253148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253148 is #DACEB7. Grayscale: #2F2F2F. Windows color (decimal): -14339768 or 4731173. OLE color: 4731173.

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

Color convert

RGB 37 49 72 -
CMYK 0.49 0.32 0 0.72
HSL 219.43º 0.32% 0.21% -
HSV(B) 219.43º 0.49% 0.28% -
XYZ 3.03 3.06 6.56 -
YUV 48.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 37 49 72 0.49 0.32 0 0.72 219.43 0.32 0.21
Hex 25 31 48 31 20 0 48 DB 20 15
Octal 45 61 110 61 40 0 110 333 40 25
Binary 100101 110001 1001000 110001 100000 0 1001000 11011011 100000 10101

Color Harmonies of #253148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253148

Black with #253148

Text Example


Text Example

White with #253148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253148; }

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

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

background-color css

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

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

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

border-color css

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

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

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