#3C33BD

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

Shades of Persian Blue #3C33BD

Tints of Persian Blue #3C33BD

Color information

#3C33BD (or 0x3C33BD) is unknown color: approx Persian Blue. HEX triplet: 3C, 33 and BD. RGB value is (60,51,189). Sum of RGB (Red+Green+Blue) = 60+51+189=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33BD is #C3CC42. Grayscale: #444444. Windows color (decimal): -12831811 or 12399420. OLE color: 12399420.

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

Color convert

RGB6051189-
CMYK0.680.7300.26
HSL243.91º57.5%47.06%-
HSV(B)243.91º73.02%74.12%-
XYZ12.23748.85-
YUV69.42195.48121.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 189 (74.22% from 255) = 63%
R=20%
G=17%
B=63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60511890.680.7300.26243.9157.547.06
Hex3C33BD444901Af43a2f
Octal74632751041110323647257
Binary111100110011101111011000100100100101101011110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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