Html Css Color HEX #362CDB Persian Blue

📋 copy color: '#362CDB'

red 54 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #362CDB

Tints of Persian Blue #362CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 17.03%
G = 13.88%
B = 69.09%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#362CDB (or 0x362CDB) is known color: Persian Blue. HEX triplet: 36, 2C and DB. RGB value is (54,44,219). Sum of RGB (Red+Green+Blue) = 54+44+219=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #362CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CDB is #C9D324. Grayscale: #424242. Windows color (decimal): -13226789 or 14363702. OLE color: 14363702.

HSL color Cylindrical-coordinate representation of color #362CDB: hue angle of 243.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362CDB is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 44 219 -
CMYK 0.75 0.80 0 0.14
HSL 243.43º 0.71% 0.52% -
HSV(B) 243.43º 0.8% 0.86% -
XYZ 15.21 7.7 67.7 -
YUV 66.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 54 44 219 0.75 0.80 0 0.14 243.43 0.71 0.52
Hex 36 2C DB 4B 50 0 E F3 47 34
Octal 66 54 333 113 120 0 16 363 107 64
Binary 110110 101100 11011011 1001011 1010000 0 1110 11110011 1000111 110100

Color Harmonies of #362CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CDB

Black with #362CDB

Text Example


Text Example

White with #362CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362CDB; }

 p { color: rgb(54,44,219); }

 H1.HeaderClassName
 {
   color: #362CDB;
 }
 .AnyTagClassName
 {
   color: #362CDB;
 }
</style>

background-color css

<style>
 a { background-color: #362CDB; }

 a { background-color: rgb(54,44,219); }

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

border-color css

<style>
 span { border-color: #362CDB; }

 span { border-color: rgb(54,44,219); }

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