Html Css Color HEX #253255 Bunting

📋 copy color: '#253255'

red 37 ◦ green 50 ◦ blue 85

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

Shades of Bunting #253255

Tints of Bunting #253255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 21.51%
G = 29.07%
B = 49.42%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253255 (or 0x253255) is known color: Bunting. HEX triplet: 25, 32 and 55. RGB value is (37,50,85). Sum of RGB (Red+Green+Blue) = 37+50+85=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #253255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253255 is #DACDAA. Grayscale: #313131. Windows color (decimal): -14339499 or 5583397. OLE color: 5583397.

HSL color Cylindrical-coordinate representation of color #253255: hue angle of 223.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253255 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 50 85 -
CMYK 0.56 0.41 0 0.67
HSL 223.75º 0.39% 0.24% -
HSV(B) 223.75º 0.56% 0.33% -
XYZ 3.54 3.33 9.05 -
YUV 50.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 37 50 85 0.56 0.41 0 0.67 223.75 0.39 0.24
Hex 25 32 55 38 29 0 43 E0 27 18
Octal 45 62 125 70 51 0 103 340 47 30
Binary 100101 110010 1010101 111000 101001 0 1000011 11100000 100111 11000

Color Harmonies of #253255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253255

Black with #253255

Text Example


Text Example

White with #253255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253255; }

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

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

background-color css

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

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

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

border-color css

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

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

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