Html Css Color HEX #361BBF Persian Blue

📋 copy color: '#361BBF'

red 54 ◦ green 27 ◦ blue 191

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

Shades of Persian Blue #361BBF

Tints of Persian Blue #361BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 19.85%
G = 9.93%
B = 70.22%

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

#361BBF (or 0x361BBF) is known color: Persian Blue. HEX triplet: 36, 1B and BF. RGB value is (54,27,191). Sum of RGB (Red+Green+Blue) = 54+27+191=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #361BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BBF is #C9E440. Grayscale: #353535. Windows color (decimal): -13231169 or 12524342. OLE color: 12524342.

HSL color Cylindrical-coordinate representation of color #361BBF: hue angle of 249.88º degrees, saturation: 0.75, 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 #361BBF is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 27 191 -
CMYK 0.72 0.86 0 0.25
HSL 249.88º 0.75% 0.43% -
HSV(B) 249.88º 0.86% 0.75% -
XYZ 11.32 5.33 49.72 -
YUV 53.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 54 27 191 0.72 0.86 0 0.25 249.88 0.75 0.43
Hex 36 1B BF 48 56 0 19 FA 4B 2B
Octal 66 33 277 110 126 0 31 372 113 53
Binary 110110 11011 10111111 1001000 1010110 0 11001 11111010 1001011 101011

Color Harmonies of #361BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BBF

Black with #361BBF

Text Example


Text Example

White with #361BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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