Html Css Color HEX #361FCE Persian Blue

📋 copy color: '#361FCE'

red 54 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #361FCE

Tints of Persian Blue #361FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

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

R = 18.56%
G = 10.65%
B = 70.79%

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

#361FCE (or 0x361FCE) is known color: Persian Blue. HEX triplet: 36, 1F and CE. RGB value is (54,31,206). Sum of RGB (Red+Green+Blue) = 54+31+206=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #361FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FCE is #C9E031. Grayscale: #393939. Windows color (decimal): -13230130 or 13508406. OLE color: 13508406.

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

Color convert

RGB 54 31 206 -
CMYK 0.74 0.85 0 0.19
HSL 247.89º 0.74% 0.46% -
HSV(B) 247.89º 0.85% 0.81% -
XYZ 13.15 6.22 58.9 -
YUV 57.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 54 31 206 0.74 0.85 0 0.19 247.89 0.74 0.46
Hex 36 1F CE 4A 55 0 13 F8 4A 2E
Octal 66 37 316 112 125 0 23 370 112 56
Binary 110110 11111 11001110 1001010 1010101 0 10011 11111000 1001010 101110

Color Harmonies of #361FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FCE

Black with #361FCE

Text Example


Text Example

White with #361FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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