Html Css Color HEX #361AC0 Persian Blue

📋 copy color: '#361AC0'

red 54 ◦ green 26 ◦ blue 192

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

Shades of Persian Blue #361AC0

Tints of Persian Blue #361AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.56%

 BLUE value IS 192 (75.39% from 255) = 70.59%

R = 19.85%
G = 9.56%
B = 70.59%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#361AC0 (or 0x361AC0) is known color: Persian Blue. HEX triplet: 36, 1A and C0. RGB value is (54,26,192). Sum of RGB (Red+Green+Blue) = 54+26+192=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #361AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361AC0 is #C9E53F. Grayscale: #343434. Windows color (decimal): -13231424 or 12589622. OLE color: 12589622.

HSL color Cylindrical-coordinate representation of color #361AC0: hue angle of 250.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361AC0 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 26 192 -
CMYK 0.72 0.86 0 0.25
HSL 250.12º 0.76% 0.43% -
HSV(B) 250.12º 0.86% 0.75% -
XYZ 11.41 5.33 50.3 -
YUV 53.3 206.28 128.5 -
System Red Green Blue C M Y K H S L
Decimal 54 26 192 0.72 0.86 0 0.25 250.12 0.76 0.43
Hex 36 1A C0 48 56 0 19 FA 4C 2B
Octal 66 32 300 110 126 0 31 372 114 53
Binary 110110 11010 11000000 1001000 1010110 0 11001 11111010 1001100 101011

Color Harmonies of #361AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AC0

Black with #361AC0

Text Example


Text Example

White with #361AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,26,192); }

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

background-color css

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

 a { background-color: rgb(54,26,192); }

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

border-color css

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

 span { border-color: rgb(54,26,192); }

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