#332bd6

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

Shades of Persian Blue #332BD6

Tints of Persian Blue #332BD6

Color information

#332BD6 (or 0x332BD6) is unknown color: approx Persian Blue. HEX triplet: 33, 2B and D6. RGB value is (51,43,214). Sum of RGB (Red+Green+Blue) = 51+43+214=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 214 (83.98% from 255 or 69.48% from 308); Max value from RGB is 214 - color contains mainly: blue. Hex color #332BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BD6 is #CCD429. Grayscale: #404040. Windows color (decimal): -13423658 or 14035763. OLE color: 14035763.

HSL color Cylindrical-coordinate representation of color #332BD6: hue angle of 242.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332BD6 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5143214-
CMYK0.760.8000.16
HSL242.81º67.59%50.39%-
HSV(B)242.81º79.91%83.92%-
XYZ14.377.2964.27-
YUV64.89212.15118.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 214 (83.98% from 255) = 69.48%
R=16.56%
G=13.96%
B=69.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51432140.760.8000.16242.8167.5950.39
Hex332BD64C50010f34432
Octal635332611412002036310462
Binary1100111010111101011010011001010000010000111100111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332bd6; }

 p { color: rgb(51,43,214); }

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

<style>
 a { background-color: #332bd6; }

 a { background-color: rgb(51,43,214); }

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

<style>
 span { border-color: #332bd6; }

 span { border-color: rgb(51,43,214); }

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