Html Css Color HEX #361BCE Persian Blue

📋 copy color: '#361BCE'

red 54 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #361BCE

Tints of Persian Blue #361BCE

RGB

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

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

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

R = 18.82%
G = 9.41%
B = 71.78%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#361BCE (or 0x361BCE) is known color: Persian Blue. HEX triplet: 36, 1B and CE. RGB value is (54,27,206). Sum of RGB (Red+Green+Blue) = 54+27+206=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #361BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BCE is #C9E431. Grayscale: #363636. Windows color (decimal): -13231154 or 13507382. OLE color: 13507382.

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

Color convert

RGB 54 27 206 -
CMYK 0.74 0.87 0 0.19
HSL 249.05º 0.77% 0.46% -
HSV(B) 249.05º 0.87% 0.81% -
XYZ 13.05 6.02 58.87 -
YUV 55.48 212.95 126.95 -
System Red Green Blue C M Y K H S L
Decimal 54 27 206 0.74 0.87 0 0.19 249.05 0.77 0.46
Hex 36 1B CE 4A 57 0 13 F9 4D 2E
Octal 66 33 316 112 127 0 23 371 115 56
Binary 110110 11011 11001110 1001010 1010111 0 10011 11111001 1001101 101110

Color Harmonies of #361BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BCE

Black with #361BCE

Text Example


Text Example

White with #361BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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