Html Css Color HEX #253155 Bunting

📋 copy color: '#253155'

red 37 ◦ green 49 ◦ blue 85

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

Shades of Bunting #253155

Tints of Bunting #253155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

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

R = 21.64%
G = 28.65%
B = 49.71%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253155 (or 0x253155) is known color: Bunting. HEX triplet: 25, 31 and 55. RGB value is (37,49,85). Sum of RGB (Red+Green+Blue) = 37+49+85=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #253155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253155 is #DACEAA. Grayscale: #313131. Windows color (decimal): -14339755 or 5583141. OLE color: 5583141.

HSL color Cylindrical-coordinate representation of color #253155: hue angle of 225º 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 #253155 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 49 85 -
CMYK 0.56 0.42 0 0.67
HSL 225º 0.39% 0.24% -
HSV(B) 225º 0.56% 0.33% -
XYZ 3.5 3.25 9.04 -
YUV 49.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 37 49 85 0.56 0.42 0 0.67 225 0.39 0.24
Hex 25 31 55 38 2A 0 43 E1 27 18
Octal 45 61 125 70 52 0 103 341 47 30
Binary 100101 110001 1010101 111000 101010 0 1000011 11100001 100111 11000

Color Harmonies of #253155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253155

Black with #253155

Text Example


Text Example

White with #253155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253155; }

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

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

background-color css

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

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

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

border-color css

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

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

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