#3C30CC

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

Shades of Persian Blue #3C30CC

Tints of Persian Blue #3C30CC

Color information

#3C30CC (or 0x3C30CC) is unknown color: approx Persian Blue. HEX triplet: 3C, 30 and CC. RGB value is (60,48,204). Sum of RGB (Red+Green+Blue) = 60+48+204=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30CC is #C3CF33. Grayscale: #444444. Windows color (decimal): -12832564 or 13381692. OLE color: 13381692.

HSL color Cylindrical-coordinate representation of color #3C30CC: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C30CC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6048204-
CMYK0.710.7600.2
HSL244.62º61.9%49.41%-
HSV(B)244.62º76.47%80%-
XYZ13.827.4357.83-
YUV69.37203.98121.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 65.38%
R=19.23%
G=15.38%
B=65.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal60482040.710.7600.2244.6261.949.41
Hex3C30CC474C014f53e31
Octal74603141071140243657661
Binary111100110000110011001000111100110001010011110101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C30CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,204); }

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

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

 a { background-color: rgb(60,48,204); }

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

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

 span { border-color: rgb(60,48,204); }

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