Html Css Color HEX #361FCC Persian Blue

📋 copy color: '#361FCC'

red 54 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #361FCC

Tints of Persian Blue #361FCC

RGB

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

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

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

R = 18.69%
G = 10.73%
B = 70.59%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#361FCC (or 0x361FCC) is known color: Persian Blue. HEX triplet: 36, 1F and CC. RGB value is (54,31,204). Sum of RGB (Red+Green+Blue) = 54+31+204=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #361FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FCC is #C9E033. Grayscale: #383838. Windows color (decimal): -13230132 or 13377334. OLE color: 13377334.

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

Color convert

RGB 54 31 204 -
CMYK 0.74 0.85 0 0.2
HSL 247.98º 0.74% 0.46% -
HSV(B) 247.98º 0.85% 0.8% -
XYZ 12.91 6.12 57.63 -
YUV 57.6 210.62 125.43 -
System Red Green Blue C M Y K H S L
Decimal 54 31 204 0.74 0.85 0 0.2 247.98 0.74 0.46
Hex 36 1F CC 4A 55 0 14 F8 4A 2E
Octal 66 37 314 112 125 0 24 370 112 56
Binary 110110 11111 11001100 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #361FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FCC

Black with #361FCC

Text Example


Text Example

White with #361FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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