#333BCE

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

Shades of Persian Blue #333BCE

Tints of Persian Blue #333BCE

Color information

#333BCE (or 0x333BCE) is unknown color: approx Persian Blue. HEX triplet: 33, 3B and CE. RGB value is (51,59,206). Sum of RGB (Red+Green+Blue) = 51+59+206=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #333BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BCE is #CCC431. Grayscale: #484848. Windows color (decimal): -13419570 or 13515571. OLE color: 13515571.

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

Color convert

RGB5159206-
CMYK0.750.7100.19
HSL236.9º61.26%50.39%-
HSV(B)236.9º75.24%80.78%-
XYZ14.078.2959.25-
YUV73.37202.85112.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 206 (80.86% from 255) = 65.19%
R=16.14%
G=18.67%
B=65.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51592060.750.7100.19236.961.2650.39
Hex333BCE4B47013ed3d32
Octal63733161131070233557562
Binary110011111011110011101001011100011101001111101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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