Html Css Color HEX #362CC6 Persian Blue

📋 copy color: '#362CC6'

red 54 ◦ green 44 ◦ blue 198

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

Shades of Persian Blue #362CC6

Tints of Persian Blue #362CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66.89%

R = 18.24%
G = 14.86%
B = 66.89%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#362CC6 (or 0x362CC6) is known color: Persian Blue. HEX triplet: 36, 2C and C6. RGB value is (54,44,198). Sum of RGB (Red+Green+Blue) = 54+44+198=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #362CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CC6 is #C9D339. Grayscale: #3F3F3F. Windows color (decimal): -13226810 or 12987446. OLE color: 12987446.

HSL color Cylindrical-coordinate representation of color #362CC6: hue angle of 243.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362CC6 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 44 198 -
CMYK 0.73 0.78 0 0.22
HSL 243.9º 0.64% 0.47% -
HSV(B) 243.9º 0.78% 0.78% -
XYZ 12.62 6.66 54.05 -
YUV 64.55 203.31 120.48 -
System Red Green Blue C M Y K H S L
Decimal 54 44 198 0.73 0.78 0 0.22 243.9 0.64 0.47
Hex 36 2C C6 49 4E 0 16 F4 40 2F
Octal 66 54 306 111 116 0 26 364 100 57
Binary 110110 101100 11000110 1001001 1001110 0 10110 11110100 1000000 101111

Color Harmonies of #362CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CC6

Black with #362CC6

Text Example


Text Example

White with #362CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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