#3C34C1

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

Shades of Persian Blue #3C34C1

Tints of Persian Blue #3C34C1

Color information

#3C34C1 (or 0x3C34C1) is unknown color: approx Persian Blue. HEX triplet: 3C, 34 and C1. RGB value is (60,52,193). Sum of RGB (Red+Green+Blue) = 60+52+193=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C34C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34C1 is #C3CB3E. Grayscale: #454545. Windows color (decimal): -12831551 or 12661820. OLE color: 12661820.

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

Color convert

RGB6052193-
CMYK0.690.7300.24
HSL243.4º57.55%48.04%-
HSV(B)243.4º73.06%75.69%-
XYZ12.727.2751.18-
YUV70.47197.15120.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 193 (75.78% from 255) = 63.28%
R=19.67%
G=17.05%
B=63.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60521930.690.7300.24243.457.5548.04
Hex3C34C14549018f33a30
Octal74643011051110303637260
Binary111100110100110000011000101100100101100011110011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C34C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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