Html Css Color HEX #253256 Bunting

📋 copy color: '#253256'

red 37 ◦ green 50 ◦ blue 86

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

Shades of Bunting #253256

Tints of Bunting #253256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 21.39%
G = 28.9%
B = 49.71%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#253256 (or 0x253256) is known color: Bunting. HEX triplet: 25, 32 and 56. RGB value is (37,50,86). Sum of RGB (Red+Green+Blue) = 37+50+86=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #253256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253256 is #DACDA9. Grayscale: #323232. Windows color (decimal): -14339498 or 5648933. OLE color: 5648933.

HSL color Cylindrical-coordinate representation of color #253256: hue angle of 224.08º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253256 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 50 86 -
CMYK 0.57 0.42 0 0.66
HSL 224.08º 0.4% 0.24% -
HSV(B) 224.08º 0.57% 0.34% -
XYZ 3.58 3.35 9.26 -
YUV 50.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 37 50 86 0.57 0.42 0 0.66 224.08 0.4 0.24
Hex 25 32 56 39 2A 0 42 E0 28 18
Octal 45 62 126 71 52 0 102 340 50 30
Binary 100101 110010 1010110 111001 101010 0 1000010 11100000 101000 11000

Color Harmonies of #253256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253256

Black with #253256

Text Example


Text Example

White with #253256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253256; }

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

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

background-color css

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

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

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

border-color css

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

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

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