#333CCC

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

Shades of Persian Blue #333CCC

Tints of Persian Blue #333CCC

Color information

#333CCC (or 0x333CCC) is unknown color: approx Persian Blue. HEX triplet: 33, 3C and CC. RGB value is (51,60,204). Sum of RGB (Red+Green+Blue) = 51+60+204=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #333CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCC is #CCC333. Grayscale: #494949. Windows color (decimal): -13419316 or 13384755. OLE color: 13384755.

HSL color Cylindrical-coordinate representation of color #333CCC: hue angle of 236.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333CCC is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5160204-
CMYK0.750.7100.2
HSL236.47º60%50%-
HSV(B)236.47º75%80%-
XYZ13.888.358-
YUV73.72201.52111.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=16.19%
G=19.05%
B=64.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51602040.750.7100.2236.476050
Hex333CCC4B47014ec3c32
Octal63743141131070243547462
Binary110011111100110011001001011100011101010011101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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