Html Css Color HEX #361EC2 Persian Blue

📋 copy color: '#361EC2'

red 54 ◦ green 30 ◦ blue 194

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

Shades of Persian Blue #361EC2

Tints of Persian Blue #361EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 19.42%
G = 10.79%
B = 69.78%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#361EC2 (or 0x361EC2) is known color: Persian Blue. HEX triplet: 36, 1E and C2. RGB value is (54,30,194). Sum of RGB (Red+Green+Blue) = 54+30+194=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 194 (76.17% from 255 or 69.78% from 278); Max value from RGB is 194 - color contains mainly: blue. Hex color #361EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EC2 is #C9E13D. Grayscale: #373737. Windows color (decimal): -13230398 or 12721718. OLE color: 12721718.

HSL color Cylindrical-coordinate representation of color #361EC2: hue angle of 248.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361EC2 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 30 194 -
CMYK 0.72 0.85 0 0.24
HSL 248.78º 0.73% 0.44% -
HSV(B) 248.78º 0.85% 0.76% -
XYZ 11.72 5.61 51.5 -
YUV 55.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 54 30 194 0.72 0.85 0 0.24 248.78 0.73 0.44
Hex 36 1E C2 48 55 0 18 F9 49 2C
Octal 66 36 302 110 125 0 30 371 111 54
Binary 110110 11110 11000010 1001000 1010101 0 11000 11111001 1001001 101100

Color Harmonies of #361EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361EC2

Black with #361EC2

Text Example


Text Example

White with #361EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361EC2; }

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

 H1.HeaderClassName
 {
   color: #361EC2;
 }
 .AnyTagClassName
 {
   color: #361EC2;
 }
</style>

background-color css

<style>
 a { background-color: #361EC2; }

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

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

border-color css

<style>
 span { border-color: #361EC2; }

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

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