Html Css Color HEX #253051 Bunting

📋 copy color: '#253051'

red 37 ◦ green 48 ◦ blue 81

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

Shades of Bunting #253051

Tints of Bunting #253051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 81 (32.03% from 255) = 48.8%

R = 22.29%
G = 28.92%
B = 48.8%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253051 (or 0x253051) is known color: Bunting. HEX triplet: 25, 30 and 51. RGB value is (37,48,81). Sum of RGB (Red+Green+Blue) = 37+48+81=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #253051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253051 is #DACFAE. Grayscale: #303030. Windows color (decimal): -14340015 or 5320741. OLE color: 5320741.

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

Color convert

RGB 37 48 81 -
CMYK 0.54 0.41 0 0.68
HSL 225º 0.37% 0.23% -
HSV(B) 225º 0.54% 0.32% -
XYZ 3.31 3.1 8.21 -
YUV 48.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 37 48 81 0.54 0.41 0 0.68 225 0.37 0.23
Hex 25 30 51 36 29 0 44 E1 25 17
Octal 45 60 121 66 51 0 104 341 45 27
Binary 100101 110000 1010001 110110 101001 0 1000100 11100001 100101 10111

Color Harmonies of #253051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253051

Black with #253051

Text Example


Text Example

White with #253051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253051; }

 p { color: rgb(37,48,81); }

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

background-color css

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

 a { background-color: rgb(37,48,81); }

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

border-color css

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

 span { border-color: rgb(37,48,81); }

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