Html Css Color HEX #361ECE Persian Blue

📋 copy color: '#361ECE'

red 54 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #361ECE

Tints of Persian Blue #361ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 18.62%
G = 10.34%
B = 71.03%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#361ECE (or 0x361ECE) is known color: Persian Blue. HEX triplet: 36, 1E and CE. RGB value is (54,30,206). Sum of RGB (Red+Green+Blue) = 54+30+206=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #361ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ECE is #C9E131. Grayscale: #383838. Windows color (decimal): -13230386 or 13508150. OLE color: 13508150.

HSL color Cylindrical-coordinate representation of color #361ECE: hue angle of 248.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361ECE is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 30 206 -
CMYK 0.74 0.85 0 0.19
HSL 248.18º 0.75% 0.46% -
HSV(B) 248.18º 0.85% 0.81% -
XYZ 13.13 6.17 58.89 -
YUV 57.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 54 30 206 0.74 0.85 0 0.19 248.18 0.75 0.46
Hex 36 1E CE 4A 55 0 13 F8 4B 2E
Octal 66 36 316 112 125 0 23 370 113 56
Binary 110110 11110 11001110 1001010 1010101 0 10011 11111000 1001011 101110

Color Harmonies of #361ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ECE

Black with #361ECE

Text Example


Text Example

White with #361ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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