Html Css Color HEX #253258 Bunting

📋 copy color: '#253258'

red 37 ◦ green 50 ◦ blue 88

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

Shades of Bunting #253258

Tints of Bunting #253258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 21.14%
G = 28.57%
B = 50.29%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253258 (or 0x253258) is known color: Bunting. HEX triplet: 25, 32 and 58. RGB value is (37,50,88). Sum of RGB (Red+Green+Blue) = 37+50+88=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #253258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253258 is #DACDA7. Grayscale: #323232. Windows color (decimal): -14339496 or 5780005. OLE color: 5780005.

HSL color Cylindrical-coordinate representation of color #253258: hue angle of 224.71º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253258 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 50 88 -
CMYK 0.58 0.43 0 0.65
HSL 224.71º 0.41% 0.25% -
HSV(B) 224.71º 0.58% 0.35% -
XYZ 3.67 3.38 9.69 -
YUV 50.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 37 50 88 0.58 0.43 0 0.65 224.71 0.41 0.25
Hex 25 32 58 3A 2B 0 41 E1 29 19
Octal 45 62 130 72 53 0 101 341 51 31
Binary 100101 110010 1011000 111010 101011 0 1000001 11100001 101001 11001

Color Harmonies of #253258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253258

Black with #253258

Text Example


Text Example

White with #253258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253258; }

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

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

background-color css

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

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

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

border-color css

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

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

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