Html Css Color HEX #253150 Bunting

📋 copy color: '#253150'

red 37 ◦ green 49 ◦ blue 80

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

Shades of Bunting #253150

Tints of Bunting #253150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 22.29%
G = 29.52%
B = 48.19%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#253150 (or 0x253150) is known color: Bunting. HEX triplet: 25, 31 and 50. RGB value is (37,49,80). Sum of RGB (Red+Green+Blue) = 37+49+80=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #253150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253150 is #DACEAF. Grayscale: #303030. Windows color (decimal): -14339760 or 5255461. OLE color: 5255461.

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

Color convert

RGB 37 49 80 -
CMYK 0.54 0.39 0 0.69
HSL 223.26º 0.37% 0.23% -
HSV(B) 223.26º 0.54% 0.31% -
XYZ 3.31 3.17 8.03 -
YUV 48.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 37 49 80 0.54 0.39 0 0.69 223.26 0.37 0.23
Hex 25 31 50 36 27 0 45 DF 25 17
Octal 45 61 120 66 47 0 105 337 45 27
Binary 100101 110001 1010000 110110 100111 0 1000101 11011111 100101 10111

Color Harmonies of #253150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253150

Black with #253150

Text Example


Text Example

White with #253150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253150; }

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

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

background-color css

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

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

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

border-color css

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

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

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