#3623BE

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

Shades of Persian Blue #3623BE

Tints of Persian Blue #3623BE

Color information

#3623BE (or 0x3623BE) is unknown color: approx Persian Blue. HEX triplet: 36, 23 and BE. RGB value is (54,35,190). Sum of RGB (Red+Green+Blue) = 54+35+190=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3623BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3623BE is #C9DC41. Grayscale: #393939. Windows color (decimal): -13229122 or 12460854. OLE color: 12460854.

HSL color Cylindrical-coordinate representation of color #3623BE: hue angle of 247.35º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3623BE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5435190-
CMYK0.720.8200.25
HSL247.35º68.89%44.12%-
HSV(B)247.35º81.58%74.51%-
XYZ11.425.749.21-
YUV58.35202.29124.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=19.35%
G=12.54%
B=68.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54351900.720.8200.25247.3568.8944.12
Hex3623BE4852019f7452c
Octal664327611012203136710554
Binary1101101000111011111010010001010010011001111101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3623BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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