Html Css Color HEX #362ACD Persian Blue

📋 copy color: '#362ACD'

red 54 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #362ACD

Tints of Persian Blue #362ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 17.94%
G = 13.95%
B = 68.11%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#362ACD (or 0x362ACD) is known color: Persian Blue. HEX triplet: 36, 2A and CD. RGB value is (54,42,205). Sum of RGB (Red+Green+Blue) = 54+42+205=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #362ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ACD is #C9D532. Grayscale: #3F3F3F. Windows color (decimal): -13227315 or 13445686. OLE color: 13445686.

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

Color convert

RGB 54 42 205 -
CMYK 0.74 0.80 0 0.20
HSL 244.42º 0.66% 0.48% -
HSV(B) 244.42º 0.8% 0.8% -
XYZ 13.37 6.85 58.37 -
YUV 64.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 54 42 205 0.74 0.80 0 0.20 244.42 0.66 0.48
Hex 36 2A CD 4A 50 0 14 F4 42 30
Octal 66 52 315 112 120 0 24 364 102 60
Binary 110110 101010 11001101 1001010 1010000 0 10100 11110100 1000010 110000

Color Harmonies of #362ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ACD

Black with #362ACD

Text Example


Text Example

White with #362ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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