#3C27BB

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

Shades of Persian Blue #3C27BB

Tints of Persian Blue #3C27BB

Color information

#3C27BB (or 0x3C27BB) is unknown color: approx Persian Blue. HEX triplet: 3C, 27 and BB. RGB value is (60,39,187). Sum of RGB (Red+Green+Blue) = 60+39+187=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C27BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C27BB is #C3D844. Grayscale: #3D3D3D. Windows color (decimal): -12834885 or 12265276. OLE color: 12265276.

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

Color convert

RGB6039187-
CMYK0.680.7900.27
HSL248.51º65.49%44.31%-
HSV(B)248.51º79.14%73.33%-
XYZ11.56647.56-
YUV62.15198.46126.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.98%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 187 (73.44% from 255) = 65.38%
R=20.98%
G=13.64%
B=65.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60391870.680.7900.27248.5165.4944.31
Hex3C27BB444F01Bf9412c
Octal744727310411703337110154
Binary1111001001111011101110001001001111011011111110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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