#3124CB

Color #3124CB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3124CB

Tints of Persian Blue #3124CB

Color information

#3124CB (or 0x3124CB) is unknown color: approx Persian Blue. HEX triplet: 31, 24 and CB. RGB value is (49,36,203). Sum of RGB (Red+Green+Blue) = 49+36+203=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #3124CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124CB is #CEDB34. Grayscale: #3A3A3A. Windows color (decimal): -13556533 or 13313073. OLE color: 13313073.

HSL color Cylindrical-coordinate representation of color #3124CB: hue angle of 244.67º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3124CB is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4936203-
CMYK0.760.8200.20
HSL244.67º69.87%46.86%-
HSV(B)244.67º82.27%79.61%-
XYZ12.686.2357.03-
YUV58.92209.31120.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 203 (79.69% from 255) = 70.49%
R=17.01%
G=12.5%
B=70.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49362030.760.8200.20244.6769.8746.86
Hex3124CB4C52014f5462f
Octal614431311412202436510657
Binary1100011001001100101110011001010010010100111101011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3124CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3124CB; }

 p { color: rgb(49,36,203); }

 H1.HeaderClassName
 {
   color: #3124CB;
 }
 .AnyTagClassName
 {
   color: #3124CB;
 }
</style>
background-color css

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

 a { background-color: rgb(49,36,203); }

 div.DivClassName
 {
   background-color: #3124CB;
 }
 .BgClassName
 {
   background-color: #3124CB;
 }
</style>
border-color css

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

 span { border-color: rgb(49,36,203); }

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