Html Css Color HEX #361CCD Persian Blue

📋 copy color: '#361CCD'

red 54 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #361CCD

Tints of Persian Blue #361CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 18.82%
G = 9.76%
B = 71.43%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#361CCD (or 0x361CCD) is known color: Persian Blue. HEX triplet: 36, 1C and CD. RGB value is (54,28,205). Sum of RGB (Red+Green+Blue) = 54+28+205=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #361CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CCD is #C9E332. Grayscale: #373737. Windows color (decimal): -13230899 or 13442102. OLE color: 13442102.

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

Color convert

RGB 54 28 205 -
CMYK 0.74 0.86 0 0.20
HSL 248.81º 0.76% 0.46% -
HSV(B) 248.81º 0.86% 0.8% -
XYZ 12.96 6.02 58.24 -
YUV 55.95 212.11 126.61 -
System Red Green Blue C M Y K H S L
Decimal 54 28 205 0.74 0.86 0 0.20 248.81 0.76 0.46
Hex 36 1C CD 4A 56 0 14 F9 4C 2E
Octal 66 34 315 112 126 0 24 371 114 56
Binary 110110 11100 11001101 1001010 1010110 0 10100 11111001 1001100 101110

Color Harmonies of #361CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CCD

Black with #361CCD

Text Example


Text Example

White with #361CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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