#3C2FBB

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

Shades of Persian Blue #3C2FBB

Tints of Persian Blue #3C2FBB

Color information

#3C2FBB (or 0x3C2FBB) is unknown color: approx Persian Blue. HEX triplet: 3C, 2F and BB. RGB value is (60,47,187). Sum of RGB (Red+Green+Blue) = 60+47+187=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FBB is #C3D044. Grayscale: #424242. Windows color (decimal): -12832837 or 12267324. OLE color: 12267324.

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

Color convert

RGB6047187-
CMYK0.680.7500.27
HSL245.57º59.83%45.88%-
HSV(B)245.57º74.87%73.33%-
XYZ11.856.5847.66-
YUV66.85195.81123.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=20.41%
G=15.99%
B=63.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60471870.680.7500.27245.5759.8345.88
Hex3C2FBB444B01Bf63c2e
Octal74572731041130333667456
Binary111100101111101110111000100100101101101111110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,47,187); }

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

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

 a { background-color: rgb(60,47,187); }

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

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

 span { border-color: rgb(60,47,187); }

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