Html Css Color HEX #362ACC Persian Blue

📋 copy color: '#362ACC'

red 54 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #362ACC

Tints of Persian Blue #362ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68%

R = 18%
G = 14%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#362ACC (or 0x362ACC) is known color: Persian Blue. HEX triplet: 36, 2A and CC. RGB value is (54,42,204). Sum of RGB (Red+Green+Blue) = 54+42+204=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #362ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ACC is #C9D533. Grayscale: #3F3F3F. Windows color (decimal): -13227316 or 13380150. OLE color: 13380150.

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

Color convert

RGB 54 42 204 -
CMYK 0.74 0.79 0 0.2
HSL 244.44º 0.66% 0.48% -
HSV(B) 244.44º 0.79% 0.8% -
XYZ 13.25 6.8 57.74 -
YUV 64.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 54 42 204 0.74 0.79 0 0.2 244.44 0.66 0.48
Hex 36 2A CC 4A 4F 0 14 F4 42 30
Octal 66 52 314 112 117 0 24 364 102 60
Binary 110110 101010 11001100 1001010 1001111 0 10100 11110100 1000010 110000

Color Harmonies of #362ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ACC

Black with #362ACC

Text Example


Text Example

White with #362ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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