Html Css Color HEX #361CCC Persian Blue

📋 copy color: '#361CCC'

red 54 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #361CCC

Tints of Persian Blue #361CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 18.88%
G = 9.79%
B = 71.33%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#361CCC (or 0x361CCC) is known color: Persian Blue. HEX triplet: 36, 1C and CC. RGB value is (54,28,204). Sum of RGB (Red+Green+Blue) = 54+28+204=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #361CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CCC is #C9E333. Grayscale: #373737. Windows color (decimal): -13230900 or 13376566. OLE color: 13376566.

HSL color Cylindrical-coordinate representation of color #361CCC: hue angle of 248.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361CCC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 28 204 -
CMYK 0.74 0.86 0 0.2
HSL 248.86º 0.76% 0.45% -
HSV(B) 248.86º 0.86% 0.8% -
XYZ 12.84 5.97 57.6 -
YUV 55.84 211.61 126.69 -
System Red Green Blue C M Y K H S L
Decimal 54 28 204 0.74 0.86 0 0.2 248.86 0.76 0.45
Hex 36 1C CC 4A 56 0 14 F9 4C 2D
Octal 66 34 314 112 126 0 24 371 114 55
Binary 110110 11100 11001100 1001010 1010110 0 10100 11111001 1001100 101101

Color Harmonies of #361CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CCC

Black with #361CCC

Text Example


Text Example

White with #361CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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