Html Css Color HEX #253349 Bunting

📋 copy color: '#253349'

red 37 ◦ green 51 ◦ blue 73

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

Shades of Bunting #253349

Tints of Bunting #253349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 22.98%
G = 31.68%
B = 45.34%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253349 (or 0x253349) is known color: Bunting. HEX triplet: 25, 33 and 49. RGB value is (37,51,73). Sum of RGB (Red+Green+Blue) = 37+51+73=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #253349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253349 is #DACCB6. Grayscale: #313131. Windows color (decimal): -14339255 or 4797221. OLE color: 4797221.

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

Color convert

RGB 37 51 73 -
CMYK 0.49 0.30 0 0.71
HSL 216.67º 0.33% 0.22% -
HSV(B) 216.67º 0.49% 0.29% -
XYZ 3.15 3.24 6.76 -
YUV 49.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 37 51 73 0.49 0.30 0 0.71 216.67 0.33 0.22
Hex 25 33 49 31 1E 0 47 D9 21 16
Octal 45 63 111 61 36 0 107 331 41 26
Binary 100101 110011 1001001 110001 11110 0 1000111 11011001 100001 10110

Color Harmonies of #253349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253349

Black with #253349

Text Example


Text Example

White with #253349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253349; }

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

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

background-color css

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

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

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

border-color css

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

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

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