#3635BF

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

Shades of Persian Blue #3635BF

Tints of Persian Blue #3635BF

Color information

#3635BF (or 0x3635BF) is unknown color: approx Persian Blue. HEX triplet: 36, 35 and BF. RGB value is (54,53,191). Sum of RGB (Red+Green+Blue) = 54+53+191=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #3635BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3635BF is #C9CA40. Grayscale: #444444. Windows color (decimal): -13224513 or 12530998. OLE color: 12530998.

HSL color Cylindrical-coordinate representation of color #3635BF: hue angle of 240.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3635BF is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5453191-
CMYK0.720.7200.25
HSL240.43º56.56%47.84%-
HSV(B)240.43º72.25%74.9%-
XYZ12.27.0950.02-
YUV69.03196.83117.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 191 (75% from 255) = 64.09%
R=18.12%
G=17.79%
B=64.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54531910.720.7200.25240.4356.5647.84
Hex3635BF4848019f03930
Octal66652771101100313607160
Binary110110110101101111111001000100100001100111110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3635BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3635BF; }

 p { color: rgb(54,53,191); }

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

<style>
 a { background-color: #3635BF; }

 a { background-color: rgb(54,53,191); }

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

<style>
 span { border-color: #3635BF; }

 span { border-color: rgb(54,53,191); }

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