#3638B1

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

Shades of Persian Blue #3638B1

Tints of Persian Blue #3638B1

Color information

#3638B1 (or 0x3638B1) is unknown color: approx Persian Blue. HEX triplet: 36, 38 and B1. RGB value is (54,56,177). Sum of RGB (Red+Green+Blue) = 54+56+177=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #3638B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3638B1 is #C9C74E. Grayscale: #444444. Windows color (decimal): -13223759 or 11614262. OLE color: 11614262.

HSL color Cylindrical-coordinate representation of color #3638B1: hue angle of 239.02º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3638B1 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5456177-
CMYK0.690.6800.31
HSL239.02º53.25%45.29%-
HSV(B)239.02º69.49%69.41%-
XYZ10.876.7942.33-
YUV69.2188.84117.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 177 (69.53% from 255) = 61.67%
R=18.82%
G=19.51%
B=61.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54561770.690.6800.31239.0253.2545.29
Hex3638B1454401Fef352d
Octal66702611051040373576555
Binary110110111000101100011000101100010001111111101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3638B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3638B1; }

 p { color: rgb(54,56,177); }

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

<style>
 a { background-color: #3638B1; }

 a { background-color: rgb(54,56,177); }

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

<style>
 span { border-color: #3638B1; }

 span { border-color: rgb(54,56,177); }

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