#362FBC

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

Shades of Persian Blue #362FBC

Tints of Persian Blue #362FBC

Color information

#362FBC (or 0x362FBC) is unknown color: approx Persian Blue. HEX triplet: 36, 2F and BC. RGB value is (54,47,188). Sum of RGB (Red+Green+Blue) = 54+47+188=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #362FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FBC is #C9D043. Grayscale: #404040. Windows color (decimal): -13226052 or 12332854. OLE color: 12332854.

HSL color Cylindrical-coordinate representation of color #362FBC: hue angle of 242.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362FBC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5447188-
CMYK0.710.7500.26
HSL242.98º60%46.08%-
HSV(B)242.98º75%73.73%-
XYZ11.616.4548.21-
YUV65.17197.32120.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=18.69%
G=16.26%
B=65.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54471880.710.7500.26242.986046.08
Hex362FBC474B01Af33c2e
Octal66572741071130323637456
Binary110110101111101111001000111100101101101011110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362FBC; }

 p { color: rgb(54,47,188); }

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

<style>
 a { background-color: #362FBC; }

 a { background-color: rgb(54,47,188); }

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

<style>
 span { border-color: #362FBC; }

 span { border-color: rgb(54,47,188); }

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