Html Css Color HEX #362ACE Persian Blue

📋 copy color: '#362ACE'

red 54 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #362ACE

Tints of Persian Blue #362ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 17.88%
G = 13.91%
B = 68.21%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#362ACE (or 0x362ACE) is known color: Persian Blue. HEX triplet: 36, 2A and CE. RGB value is (54,42,206). Sum of RGB (Red+Green+Blue) = 54+42+206=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #362ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ACE is #C9D531. Grayscale: #3F3F3F. Windows color (decimal): -13227314 or 13511222. OLE color: 13511222.

HSL color Cylindrical-coordinate representation of color #362ACE: hue angle of 244.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362ACE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 42 206 -
CMYK 0.74 0.80 0 0.19
HSL 244.39º 0.66% 0.49% -
HSV(B) 244.39º 0.8% 0.81% -
XYZ 13.49 6.9 59.01 -
YUV 64.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 54 42 206 0.74 0.80 0 0.19 244.39 0.66 0.49
Hex 36 2A CE 4A 50 0 13 F4 42 31
Octal 66 52 316 112 120 0 23 364 102 61
Binary 110110 101010 11001110 1001010 1010000 0 10011 11110100 1000010 110001

Color Harmonies of #362ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ACE

Black with #362ACE

Text Example


Text Example

White with #362ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,42,206); }

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

background-color css

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

 a { background-color: rgb(54,42,206); }

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

border-color css

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

 span { border-color: rgb(54,42,206); }

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