#3C33C2

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

Shades of Persian Blue #3C33C2

Tints of Persian Blue #3C33C2

Color information

#3C33C2 (or 0x3C33C2) is unknown color: approx Persian Blue. HEX triplet: 3C, 33 and C2. RGB value is (60,51,194). Sum of RGB (Red+Green+Blue) = 60+51+194=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #3C33C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33C2 is #C3CC3D. Grayscale: #454545. Windows color (decimal): -12831806 or 12727100. OLE color: 12727100.

HSL color Cylindrical-coordinate representation of color #3C33C2: hue angle of 243.78º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C33C2 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6051194-
CMYK0.690.7400.24
HSL243.78º58.37%48.04%-
HSV(B)243.78º73.71%76.08%-
XYZ12.787.2251.76-
YUV69.99197.98120.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 194 (76.17% from 255) = 63.61%
R=19.67%
G=16.72%
B=63.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60511940.690.7400.24243.7858.3748.04
Hex3C33C2454A018f43a30
Octal74633021051120303647260
Binary111100110011110000101000101100101001100011110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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