Html Css Color HEX #253152 Bunting

📋 copy color: '#253152'

red 37 ◦ green 49 ◦ blue 82

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

Shades of Bunting #253152

Tints of Bunting #253152

RGB

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

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

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

R = 22.02%
G = 29.17%
B = 48.81%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253152 (or 0x253152) is known color: Bunting. HEX triplet: 25, 31 and 52. RGB value is (37,49,82). Sum of RGB (Red+Green+Blue) = 37+49+82=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #253152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253152 is #DACEAD. Grayscale: #313131. Windows color (decimal): -14339758 or 5386533. OLE color: 5386533.

HSL color Cylindrical-coordinate representation of color #253152: hue angle of 224º 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 #253152 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 49 82 -
CMYK 0.55 0.40 0 0.68
HSL 224º 0.38% 0.23% -
HSV(B) 224º 0.55% 0.32% -
XYZ 3.38 3.2 8.42 -
YUV 49.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 37 49 82 0.55 0.40 0 0.68 224 0.38 0.23
Hex 25 31 52 37 28 0 44 E0 26 17
Octal 45 61 122 67 50 0 104 340 46 27
Binary 100101 110001 1010010 110111 101000 0 1000100 11100000 100110 10111

Color Harmonies of #253152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253152

Black with #253152

Text Example


Text Example

White with #253152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253152; }

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

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

background-color css

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

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

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

border-color css

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

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

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