Html Css Color HEX #253052 Bunting

📋 copy color: '#253052'

red 37 ◦ green 48 ◦ blue 82

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

Shades of Bunting #253052

Tints of Bunting #253052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.1%

R = 22.16%
G = 28.74%
B = 49.1%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253052 (or 0x253052) is known color: Bunting. HEX triplet: 25, 30 and 52. RGB value is (37,48,82). Sum of RGB (Red+Green+Blue) = 37+48+82=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #253052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253052 is #DACFAD. Grayscale: #303030. Windows color (decimal): -14340014 or 5386277. OLE color: 5386277.

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

Color convert

RGB 37 48 82 -
CMYK 0.55 0.41 0 0.68
HSL 225.33º 0.38% 0.23% -
HSV(B) 225.33º 0.55% 0.32% -
XYZ 3.34 3.12 8.41 -
YUV 48.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 37 48 82 0.55 0.41 0 0.68 225.33 0.38 0.23
Hex 25 30 52 37 29 0 44 E1 26 17
Octal 45 60 122 67 51 0 104 341 46 27
Binary 100101 110000 1010010 110111 101001 0 1000100 11100001 100110 10111

Color Harmonies of #253052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253052

Black with #253052

Text Example


Text Example

White with #253052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253052; }

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

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

background-color css

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

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

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

border-color css

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

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

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