Html Css Color HEX #361BBA Persian Blue

📋 copy color: '#361BBA'

red 54 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #361BBA

Tints of Persian Blue #361BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 20.22%
G = 10.11%
B = 69.66%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#361BBA (or 0x361BBA) is known color: Persian Blue. HEX triplet: 36, 1B and BA. RGB value is (54,27,186). Sum of RGB (Red+Green+Blue) = 54+27+186=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #361BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BBA is #C9E445. Grayscale: #343434. Windows color (decimal): -13231174 or 12196662. OLE color: 12196662.

HSL color Cylindrical-coordinate representation of color #361BBA: hue angle of 250.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361BBA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 27 186 -
CMYK 0.71 0.85 0 0.27
HSL 250.19º 0.75% 0.42% -
HSV(B) 250.19º 0.85% 0.73% -
XYZ 10.78 5.11 46.87 -
YUV 53.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 54 27 186 0.71 0.85 0 0.27 250.19 0.75 0.42
Hex 36 1B BA 47 55 0 1B FA 4B 2A
Octal 66 33 272 107 125 0 33 372 113 52
Binary 110110 11011 10111010 1000111 1010101 0 11011 11111010 1001011 101010

Color Harmonies of #361BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BBA

Black with #361BBA

Text Example


Text Example

White with #361BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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