Html Css Color HEX #362DC1 Persian Blue

📋 copy color: '#362DC1'

red 54 ◦ green 45 ◦ blue 193

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

Shades of Persian Blue #362DC1

Tints of Persian Blue #362DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 18.49%
G = 15.41%
B = 66.1%

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

#362DC1 (or 0x362DC1) is known color: Persian Blue. HEX triplet: 36, 2D and C1. RGB value is (54,45,193). Sum of RGB (Red+Green+Blue) = 54+45+193=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #362DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DC1 is #C9D23E. Grayscale: #3F3F3F. Windows color (decimal): -13226559 or 12660022. OLE color: 12660022.

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

Color convert

RGB 54 45 193 -
CMYK 0.72 0.77 0 0.24
HSL 243.65º 0.62% 0.47% -
HSV(B) 243.65º 0.77% 0.76% -
XYZ 12.09 6.51 51.07 -
YUV 64.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 54 45 193 0.72 0.77 0 0.24 243.65 0.62 0.47
Hex 36 2D C1 48 4D 0 18 F4 3E 2F
Octal 66 55 301 110 115 0 30 364 76 57
Binary 110110 101101 11000001 1001000 1001101 0 11000 11110100 111110 101111

Color Harmonies of #362DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DC1

Black with #362DC1

Text Example


Text Example

White with #362DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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