#3C2DBD

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

Shades of Persian Blue #3C2DBD

Tints of Persian Blue #3C2DBD

Color information

#3C2DBD (or 0x3C2DBD) is unknown color: approx Persian Blue. HEX triplet: 3C, 2D and BD. RGB value is (60,45,189). Sum of RGB (Red+Green+Blue) = 60+45+189=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C2DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DBD is #C3D242. Grayscale: #414141. Windows color (decimal): -12833347 or 12397884. OLE color: 12397884.

HSL color Cylindrical-coordinate representation of color #3C2DBD: hue angle of 246.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2DBD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6045189-
CMYK0.680.7600.26
HSL246.25º61.54%45.88%-
HSV(B)246.25º76.19%74.12%-
XYZ11.996.5148.77-
YUV65.9197.47123.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=20.41%
G=15.31%
B=64.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60451890.680.7600.26246.2561.5445.88
Hex3C2DBD444C01Af63e2e
Octal74552751041140323667656
Binary111100101101101111011000100100110001101011110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,189); }

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

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

 a { background-color: rgb(60,45,189); }

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

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

 span { border-color: rgb(60,45,189); }

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