#3C33B2

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

Shades of Persian Blue #3C33B2

Tints of Persian Blue #3C33B2

Color information

#3C33B2 (or 0x3C33B2) is unknown color: approx Persian Blue. HEX triplet: 3C, 33 and B2. RGB value is (60,51,178). Sum of RGB (Red+Green+Blue) = 60+51+178=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 178 (69.92% from 255 or 61.59% from 289); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C33B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33B2 is #C3CC4D. Grayscale: #434343. Windows color (decimal): -12831822 or 11678524. OLE color: 11678524.

HSL color Cylindrical-coordinate representation of color #3C33B2: hue angle of 244.25º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C33B2 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6051178-
CMYK0.660.7100.30
HSL244.25º55.46%44.9%-
HSV(B)244.25º71.35%69.8%-
XYZ11.086.5442.8-
YUV68.17189.98122.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 178 (69.92% from 255) = 61.59%
R=20.76%
G=17.65%
B=61.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60511780.660.7100.30244.2555.4644.9
Hex3C33B2424701Ef4372d
Octal74632621021070363646755
Binary111100110011101100101000010100011101111011110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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