#3C29CB

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

Shades of Persian Blue #3C29CB

Tints of Persian Blue #3C29CB

Color information

#3C29CB (or 0x3C29CB) is unknown color: approx Persian Blue. HEX triplet: 3C, 29 and CB. RGB value is (60,41,203). Sum of RGB (Red+Green+Blue) = 60+41+203=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C29CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29CB is #C3D634. Grayscale: #404040. Windows color (decimal): -12834357 or 13314364. OLE color: 13314364.

HSL color Cylindrical-coordinate representation of color #3C29CB: hue angle of 247.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C29CB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6041203-
CMYK0.700.8000.20
HSL247.04º66.39%47.84%-
HSV(B)247.04º79.8%79.61%-
XYZ13.446.8657.12-
YUV65.15205.79124.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 203 (79.69% from 255) = 66.78%
R=19.74%
G=13.49%
B=66.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60412030.700.8000.20247.0466.3947.84
Hex3C29CB4650014f74230
Octal745131310612002436710260
Binary1111001010011100101110001101010000010100111101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C29CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,203); }

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

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

 a { background-color: rgb(60,41,203); }

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

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

 span { border-color: rgb(60,41,203); }

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