Html Css Color HEX #362CBA Persian Blue

📋 copy color: '#362CBA'

red 54 ◦ green 44 ◦ blue 186

#362CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #362CBA

Tints of Persian Blue #362CBA

RGB

 RED value IS 54 (21.48% from 255) = 19.01%

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 19.01%
G = 15.49%
B = 65.49%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#362CBA (or 0x362CBA) is known color: Persian Blue. HEX triplet: 36, 2C and BA. RGB value is (54,44,186). Sum of RGB (Red+Green+Blue) = 54+44+186=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #362CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CBA is #C9D345. Grayscale: #3E3E3E. Windows color (decimal): -13226822 or 12201014. OLE color: 12201014.

HSL color Cylindrical-coordinate representation of color #362CBA: hue angle of 244.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362CBA is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 44 186 -
CMYK 0.71 0.76 0 0.27
HSL 244.23º 0.62% 0.45% -
HSV(B) 244.23º 0.76% 0.73% -
XYZ 11.28 6.13 47.04 -
YUV 63.18 197.31 121.45 -
System Red Green Blue C M Y K H S L
Decimal 54 44 186 0.71 0.76 0 0.27 244.23 0.62 0.45
Hex 36 2C BA 47 4C 0 1B F4 3E 2D
Octal 66 54 272 107 114 0 33 364 76 55
Binary 110110 101100 10111010 1000111 1001100 0 11011 11110100 111110 101101

Color Harmonies of #362CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CBA

Black with #362CBA

Text Example


Text Example

White with #362CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,186); }

 H1.HeaderClassName
 {
   color: #362CBA;
 }
 .AnyTagClassName
 {
   color: #362CBA;
 }
</style>

background-color css

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

 a { background-color: rgb(54,44,186); }

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

border-color css

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

 span { border-color: rgb(54,44,186); }

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