#3C33BA

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

Shades of Persian Blue #3C33BA

Tints of Persian Blue #3C33BA

Color information

#3C33BA (or 0x3C33BA) is unknown color: approx Persian Blue. HEX triplet: 3C, 33 and BA. RGB value is (60,51,186). Sum of RGB (Red+Green+Blue) = 60+51+186=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C33BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33BA is #C3CC45. Grayscale: #444444. Windows color (decimal): -12831814 or 12202812. OLE color: 12202812.

HSL color Cylindrical-coordinate representation of color #3C33BA: hue angle of 244º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C33BA is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6051186-
CMYK0.680.7300.27
HSL244º56.96%46.47%-
HSV(B)244º72.58%72.94%-
XYZ11.916.8747.15-
YUV69.08193.98121.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=20.20%
G=17.17%
B=62.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60511860.680.7300.2724456.9646.47
Hex3C33BA444901Bf4392e
Octal74632721041110333647156
Binary111100110011101110101000100100100101101111110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C33BA; }

 p { color: rgb(60,51,186); }

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

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

 a { background-color: rgb(60,51,186); }

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

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

 span { border-color: rgb(60,51,186); }

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