Html Css Color HEX #362CC1 Persian Blue

📋 copy color: '#362CC1'

red 54 ◦ green 44 ◦ blue 193

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

Shades of Persian Blue #362CC1

Tints of Persian Blue #362CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.32%

R = 18.56%
G = 15.12%
B = 66.32%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#362CC1 (or 0x362CC1) is known color: Persian Blue. HEX triplet: 36, 2C and C1. RGB value is (54,44,193). Sum of RGB (Red+Green+Blue) = 54+44+193=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #362CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CC1 is #C9D33E. Grayscale: #3F3F3F. Windows color (decimal): -13226815 or 12659766. OLE color: 12659766.

HSL color Cylindrical-coordinate representation of color #362CC1: hue angle of 244.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362CC1 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 44 193 -
CMYK 0.72 0.77 0 0.24
HSL 244.03º 0.63% 0.46% -
HSV(B) 244.03º 0.77% 0.76% -
XYZ 12.05 6.44 51.06 -
YUV 63.98 200.81 120.88 -
System Red Green Blue C M Y K H S L
Decimal 54 44 193 0.72 0.77 0 0.24 244.03 0.63 0.46
Hex 36 2C C1 48 4D 0 18 F4 3F 2E
Octal 66 54 301 110 115 0 30 364 77 56
Binary 110110 101100 11000001 1001000 1001101 0 11000 11110100 111111 101110

Color Harmonies of #362CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CC1

Black with #362CC1

Text Example


Text Example

White with #362CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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