#333cba

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

Shades of Persian Blue #333CBA

Tints of Persian Blue #333CBA

Color information

#333CBA (or 0x333CBA) is unknown color: approx Persian Blue. HEX triplet: 33, 3C and BA. RGB value is (51,60,186). Sum of RGB (Red+Green+Blue) = 51+60+186=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #333CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CBA is #CCC345. Grayscale: #474747. Windows color (decimal): -13419334 or 12205107. OLE color: 12205107.

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

Color convert

RGB5160186-
CMYK0.730.6800.27
HSL236º56.96%46.47%-
HSV(B)236º72.58%72.94%-
XYZ11.847.4847.27-
YUV71.67192.52113.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=17.17%
G=20.20%
B=62.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51601860.730.6800.2723656.9646.47
Hex333CBA494401Bec392e
Octal63742721111040333547156
Binary110011111100101110101001001100010001101111101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333cba; }

 p { color: rgb(51,60,186); }

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

<style>
 a { background-color: #333cba; }

 a { background-color: rgb(51,60,186); }

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

<style>
 span { border-color: #333cba; }

 span { border-color: rgb(51,60,186); }

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