Html Css Color HEX #253449 Bunting

📋 copy color: '#253449'

red 37 ◦ green 52 ◦ blue 73

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

Shades of Bunting #253449

Tints of Bunting #253449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 22.84%
G = 32.1%
B = 45.06%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253449 (or 0x253449) is known color: Bunting. HEX triplet: 25, 34 and 49. RGB value is (37,52,73). Sum of RGB (Red+Green+Blue) = 37+52+73=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #253449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253449 is #DACBB6. Grayscale: #313131. Windows color (decimal): -14338999 or 4797477. OLE color: 4797477.

HSL color Cylindrical-coordinate representation of color #253449: hue angle of 215º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253449 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 52 73 -
CMYK 0.49 0.29 0 0.71
HSL 215º 0.33% 0.22% -
HSV(B) 215º 0.49% 0.29% -
XYZ 3.19 3.33 6.78 -
YUV 49.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 37 52 73 0.49 0.29 0 0.71 215 0.33 0.22
Hex 25 34 49 31 1D 0 47 D7 21 16
Octal 45 64 111 61 35 0 107 327 41 26
Binary 100101 110100 1001001 110001 11101 0 1000111 11010111 100001 10110

Color Harmonies of #253449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253449

Black with #253449

Text Example


Text Example

White with #253449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253449; }

 p { color: rgb(37,52,73); }

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

background-color css

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

 a { background-color: rgb(37,52,73); }

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

border-color css

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

 span { border-color: rgb(37,52,73); }

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