#3423BD

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

Shades of Persian Blue #3423BD

Tints of Persian Blue #3423BD

Color information

#3423BD (or 0x3423BD) is unknown color: approx Persian Blue. HEX triplet: 34, 23 and BD. RGB value is (52,35,189). Sum of RGB (Red+Green+Blue) = 52+35+189=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #3423BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423BD is #CBDC42. Grayscale: #393939. Windows color (decimal): -13360195 or 12395316. OLE color: 12395316.

HSL color Cylindrical-coordinate representation of color #3423BD: hue angle of 246.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3423BD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5235189-
CMYK0.720.8100.26
HSL246.62º68.75%43.92%-
HSV(B)246.62º81.48%74.12%-
XYZ11.25.6148.64-
YUV57.64202.13123.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=18.84%
G=12.68%
B=68.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52351890.720.8100.26246.6268.7543.92
Hex3423BD485101Af7452c
Octal644327511012103236710554
Binary1101001000111011110110010001010001011010111101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3423BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3423BD; }

 p { color: rgb(52,35,189); }

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

<style>
 a { background-color: #3423BD; }

 a { background-color: rgb(52,35,189); }

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

<style>
 span { border-color: #3423BD; }

 span { border-color: rgb(52,35,189); }

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