#3C30BD

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

Shades of Persian Blue #3C30BD

Tints of Persian Blue #3C30BD

Color information

#3C30BD (or 0x3C30BD) is unknown color: approx Persian Blue. HEX triplet: 3C, 30 and BD. RGB value is (60,48,189). Sum of RGB (Red+Green+Blue) = 60+48+189=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30BD is #C3CF42. Grayscale: #434343. Windows color (decimal): -12832579 or 12398652. OLE color: 12398652.

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

Color convert

RGB6048189-
CMYK0.680.7500.26
HSL245.11º59.49%46.47%-
HSV(B)245.11º74.6%74.12%-
XYZ12.116.7548.81-
YUV67.66196.48122.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 189 (74.22% from 255) = 63.64%
R=20.20%
G=16.16%
B=63.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60481890.680.7500.26245.1159.4946.47
Hex3C30BD444B01Af53b2e
Octal74602751041130323657356
Binary111100110000101111011000100100101101101011110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C30BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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