#3433B4

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

Shades of Persian Blue #3433B4

Tints of Persian Blue #3433B4

Color information

#3433B4 (or 0x3433B4) is unknown color: approx Persian Blue. HEX triplet: 34, 33 and B4. RGB value is (52,51,180). Sum of RGB (Red+Green+Blue) = 52+51+180=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #3433B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433B4 is #CBCC4B. Grayscale: #414141. Windows color (decimal): -13356108 or 11809588. OLE color: 11809588.

HSL color Cylindrical-coordinate representation of color #3433B4: hue angle of 240.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3433B4 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5251180-
CMYK0.710.7200.29
HSL240.47º55.84%45.29%-
HSV(B)240.47º71.67%70.59%-
XYZ10.846.3943.84-
YUV66192.33118.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 180 (70.70% from 255) = 63.60%
R=18.37%
G=18.02%
B=63.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52511800.710.7200.29240.4755.8445.29
Hex3433B4474801Df0382d
Octal64632641071100353607055
Binary110100110011101101001000111100100001110111110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3433B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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