Html Css Color HEX #253250 Bunting

📋 copy color: '#253250'

red 37 ◦ green 50 ◦ blue 80

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

Shades of Bunting #253250

Tints of Bunting #253250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.9%

R = 22.16%
G = 29.94%
B = 47.9%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#253250 (or 0x253250) is known color: Bunting. HEX triplet: 25, 32 and 50. RGB value is (37,50,80). Sum of RGB (Red+Green+Blue) = 37+50+80=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #253250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253250 is #DACDAF. Grayscale: #313131. Windows color (decimal): -14339504 or 5255717. OLE color: 5255717.

HSL color Cylindrical-coordinate representation of color #253250: hue angle of 221.86º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253250 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 50 80 -
CMYK 0.54 0.37 0 0.69
HSL 221.86º 0.37% 0.23% -
HSV(B) 221.86º 0.54% 0.31% -
XYZ 3.35 3.25 8.04 -
YUV 49.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 37 50 80 0.54 0.37 0 0.69 221.86 0.37 0.23
Hex 25 32 50 36 25 0 45 DE 25 17
Octal 45 62 120 66 45 0 105 336 45 27
Binary 100101 110010 1010000 110110 100101 0 1000101 11011110 100101 10111

Color Harmonies of #253250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253250

Black with #253250

Text Example


Text Example

White with #253250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253250; }

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

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

background-color css

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

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

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

border-color css

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

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

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