Html Css Color HEX #361BC3 Persian Blue

📋 copy color: '#361BC3'

red 54 ◦ green 27 ◦ blue 195

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

Shades of Persian Blue #361BC3

Tints of Persian Blue #361BC3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 195 (76.56% from 255) = 70.65%

R = 19.57%
G = 9.78%
B = 70.65%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#361BC3 (or 0x361BC3) is known color: Persian Blue. HEX triplet: 36, 1B and C3. RGB value is (54,27,195). Sum of RGB (Red+Green+Blue) = 54+27+195=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #361BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BC3 is #C9E43C. Grayscale: #353535. Windows color (decimal): -13231165 or 12786486. OLE color: 12786486.

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

Color convert

RGB 54 27 195 -
CMYK 0.72 0.86 0 0.24
HSL 249.64º 0.76% 0.44% -
HSV(B) 249.64º 0.86% 0.76% -
XYZ 11.76 5.51 52.07 -
YUV 54.23 207.45 127.84 -
System Red Green Blue C M Y K H S L
Decimal 54 27 195 0.72 0.86 0 0.24 249.64 0.76 0.44
Hex 36 1B C3 48 56 0 18 FA 4C 2C
Octal 66 33 303 110 126 0 30 372 114 54
Binary 110110 11011 11000011 1001000 1010110 0 11000 11111010 1001100 101100

Color Harmonies of #361BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BC3

Black with #361BC3

Text Example


Text Example

White with #361BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,195); }

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

background-color css

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

 a { background-color: rgb(54,27,195); }

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

border-color css

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

 span { border-color: rgb(54,27,195); }

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