#3433D4

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

Shades of Persian Blue #3433D4

Tints of Persian Blue #3433D4

Color information

#3433D4 (or 0x3433D4) is unknown color: approx Persian Blue. HEX triplet: 34, 33 and D4. RGB value is (52,51,212). Sum of RGB (Red+Green+Blue) = 52+51+212=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 212 (83.20% from 255 or 67.30% from 315); Max value from RGB is 212 - color contains mainly: blue. Hex color #3433D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433D4 is #CBCC2B. Grayscale: #454545. Windows color (decimal): -13356076 or 13906740. OLE color: 13906740.

HSL color Cylindrical-coordinate representation of color #3433D4: hue angle of 240.37º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3433D4 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5251212-
CMYK0.750.7600.17
HSL240.37º65.18%51.57%-
HSV(B)240.37º75.94%83.14%-
XYZ14.487.8563.04-
YUV69.65208.33115.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 212 (83.20% from 255) = 67.30%
R=16.51%
G=16.19%
B=67.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52512120.750.7600.17240.3765.1851.57
Hex3433D44B4C011f04134
Octal646332411311402136010164
Binary1101001100111101010010010111001100010001111100001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3433D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3433D4; }

 p { color: rgb(52,51,212); }

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

<style>
 a { background-color: #3433D4; }

 a { background-color: rgb(52,51,212); }

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

<style>
 span { border-color: #3433D4; }

 span { border-color: rgb(52,51,212); }

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