Html Css Color HEX #361CBA Persian Blue

📋 copy color: '#361CBA'

red 54 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #361CBA

Tints of Persian Blue #361CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

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

R = 20.15%
G = 10.45%
B = 69.4%

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

#361CBA (or 0x361CBA) is known color: Persian Blue. HEX triplet: 36, 1C and BA. RGB value is (54,28,186). Sum of RGB (Red+Green+Blue) = 54+28+186=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #361CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CBA is #C9E345. Grayscale: #353535. Windows color (decimal): -13230918 or 12196918. OLE color: 12196918.

HSL color Cylindrical-coordinate representation of color #361CBA: hue angle of 249.87º degrees, saturation: 0.74, 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 #361CBA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 28 186 -
CMYK 0.71 0.85 0 0.27
HSL 249.87º 0.74% 0.42% -
HSV(B) 249.87º 0.85% 0.73% -
XYZ 10.8 5.16 46.88 -
YUV 53.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 54 28 186 0.71 0.85 0 0.27 249.87 0.74 0.42
Hex 36 1C BA 47 55 0 1B FA 4A 2A
Octal 66 34 272 107 125 0 33 372 112 52
Binary 110110 11100 10111010 1000111 1010101 0 11011 11111010 1001010 101010

Color Harmonies of #361CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CBA

Black with #361CBA

Text Example


Text Example

White with #361CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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