Html Css Color HEX #361EB6 Persian Blue

📋 copy color: '#361EB6'

red 54 ◦ green 30 ◦ blue 182

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

Shades of Persian Blue #361EB6

Tints of Persian Blue #361EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.28%

 BLUE value IS 182 (71.48% from 255) = 68.42%

R = 20.3%
G = 11.28%
B = 68.42%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#361EB6 (or 0x361EB6) is known color: Persian Blue. HEX triplet: 36, 1E and B6. RGB value is (54,30,182). Sum of RGB (Red+Green+Blue) = 54+30+182=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #361EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EB6 is #C9E149. Grayscale: #353535. Windows color (decimal): -13230410 or 11935286. OLE color: 11935286.

HSL color Cylindrical-coordinate representation of color #361EB6: hue angle of 249.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361EB6 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 30 182 -
CMYK 0.70 0.84 0 0.29
HSL 249.47º 0.72% 0.42% -
HSV(B) 249.47º 0.84% 0.71% -
XYZ 10.43 5.09 44.69 -
YUV 54.5 199.95 127.64 -
System Red Green Blue C M Y K H S L
Decimal 54 30 182 0.70 0.84 0 0.29 249.47 0.72 0.42
Hex 36 1E B6 46 54 0 1D F9 48 2A
Octal 66 36 266 106 124 0 35 371 110 52
Binary 110110 11110 10110110 1000110 1010100 0 11101 11111001 1001000 101010

Color Harmonies of #361EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361EB6

Black with #361EB6

Text Example


Text Example

White with #361EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,182); }

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

background-color css

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

 a { background-color: rgb(54,30,182); }

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

border-color css

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

 span { border-color: rgb(54,30,182); }

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