Html Css Color HEX #362BC2 Persian Blue

📋 copy color: '#362BC2'

red 54 ◦ green 43 ◦ blue 194

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

Shades of Persian Blue #362BC2

Tints of Persian Blue #362BC2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 194 (76.17% from 255) = 66.67%

R = 18.56%
G = 14.78%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#362BC2 (or 0x362BC2) is known color: Persian Blue. HEX triplet: 36, 2B and C2. RGB value is (54,43,194). Sum of RGB (Red+Green+Blue) = 54+43+194=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #362BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BC2 is #C9D43D. Grayscale: #3E3E3E. Windows color (decimal): -13227070 or 12725046. OLE color: 12725046.

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

Color convert

RGB 54 43 194 -
CMYK 0.72 0.78 0 0.24
HSL 244.37º 0.64% 0.46% -
HSV(B) 244.37º 0.78% 0.76% -
XYZ 12.12 6.41 51.64 -
YUV 63.5 201.64 121.22 -
System Red Green Blue C M Y K H S L
Decimal 54 43 194 0.72 0.78 0 0.24 244.37 0.64 0.46
Hex 36 2B C2 48 4E 0 18 F4 40 2E
Octal 66 53 302 110 116 0 30 364 100 56
Binary 110110 101011 11000010 1001000 1001110 0 11000 11110100 1000000 101110

Color Harmonies of #362BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BC2

Black with #362BC2

Text Example


Text Example

White with #362BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,43,194); }

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

background-color css

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

 a { background-color: rgb(54,43,194); }

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

border-color css

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

 span { border-color: rgb(54,43,194); }

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