#333BCC

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

Shades of Persian Blue #333BCC

Tints of Persian Blue #333BCC

Color information

#333BCC (or 0x333BCC) is unknown color: approx Persian Blue. HEX triplet: 33, 3B and CC. RGB value is (51,59,204). Sum of RGB (Red+Green+Blue) = 51+59+204=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #333BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BCC is #CCC433. Grayscale: #484848. Windows color (decimal): -13419572 or 13384499. OLE color: 13384499.

HSL color Cylindrical-coordinate representation of color #333BCC: hue angle of 236.86º 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 #333BCC is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5159204-
CMYK0.750.7100.2
HSL236.86º60%50%-
HSV(B)236.86º75%80%-
XYZ13.838.1957.98-
YUV73.14201.85112.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=16.24%
G=18.79%
B=64.97%

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
Decimal51592040.750.7100.2236.866050
Hex333BCC4B47014ed3c32
Octal63733141131070243557462
Binary110011111011110011001001011100011101010011101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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