#3C34C0

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

Shades of Persian Blue #3C34C0

Tints of Persian Blue #3C34C0

Color information

#3C34C0 (or 0x3C34C0) is unknown color: approx Persian Blue. HEX triplet: 3C, 34 and C0. RGB value is (60,52,192). Sum of RGB (Red+Green+Blue) = 60+52+192=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C34C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34C0 is #C3CB3F. Grayscale: #454545. Windows color (decimal): -12831552 or 12596284. OLE color: 12596284.

HSL color Cylindrical-coordinate representation of color #3C34C0: hue angle of 243.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C34C0 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6052192-
CMYK0.690.7300.25
HSL243.43º57.38%47.84%-
HSV(B)243.43º72.92%75.29%-
XYZ12.617.2250.6-
YUV70.35196.65120.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 192 (75.39% from 255) = 63.16%
R=19.74%
G=17.11%
B=63.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60521920.690.7300.25243.4357.3847.84
Hex3C34C04549019f33930
Octal74643001051110313637160
Binary111100110100110000001000101100100101100111110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C34C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,192); }

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

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

 a { background-color: rgb(60,52,192); }

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

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

 span { border-color: rgb(60,52,192); }

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