#3623CD

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

Shades of Persian Blue #3623CD

Tints of Persian Blue #3623CD

Color information

#3623CD (or 0x3623CD) is unknown color: approx Persian Blue. HEX triplet: 36, 23 and CD. RGB value is (54,35,205). Sum of RGB (Red+Green+Blue) = 54+35+205=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #3623CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3623CD is #C9DC32. Grayscale: #3B3B3B. Windows color (decimal): -13229107 or 13443894. OLE color: 13443894.

HSL color Cylindrical-coordinate representation of color #3623CD: hue angle of 246.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3623CD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5435205-
CMYK0.740.8300.20
HSL246.71º70.83%47.06%-
HSV(B)246.71º82.93%80.39%-
XYZ13.146.3958.3-
YUV60.06209.79123.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 205 (80.47% from 255) = 69.73%
R=18.37%
G=11.90%
B=69.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54352050.740.8300.20246.7170.8347.06
Hex3623CD4A53014f7472f
Octal664331511212302436710757
Binary1101101000111100110110010101010011010100111101111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3623CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3623CD; }

 p { color: rgb(54,35,205); }

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

<style>
 a { background-color: #3623CD; }

 a { background-color: rgb(54,35,205); }

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

<style>
 span { border-color: #3623CD; }

 span { border-color: rgb(54,35,205); }

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