Html Css Color HEX #361DCC Persian Blue

📋 copy color: '#361DCC'

red 54 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #361DCC

Tints of Persian Blue #361DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 18.82%
G = 10.1%
B = 71.08%

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

#361DCC (or 0x361DCC) is known color: Persian Blue. HEX triplet: 36, 1D and CC. RGB value is (54,29,204). Sum of RGB (Red+Green+Blue) = 54+29+204=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #361DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DCC is #C9E233. Grayscale: #373737. Windows color (decimal): -13230644 or 13376822. OLE color: 13376822.

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

Color convert

RGB 54 29 204 -
CMYK 0.74 0.86 0 0.2
HSL 248.57º 0.75% 0.46% -
HSV(B) 248.57º 0.86% 0.8% -
XYZ 12.86 6.02 57.61 -
YUV 56.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 54 29 204 0.74 0.86 0 0.2 248.57 0.75 0.46
Hex 36 1D CC 4A 56 0 14 F9 4B 2E
Octal 66 35 314 112 126 0 24 371 113 56
Binary 110110 11101 11001100 1001010 1010110 0 10100 11111001 1001011 101110

Color Harmonies of #361DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DCC

Black with #361DCC

Text Example


Text Example

White with #361DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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