Html Css Color HEX #362CDA Persian Blue

📋 copy color: '#362CDA'

red 54 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #362CDA

Tints of Persian Blue #362CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 17.09%
G = 13.92%
B = 68.99%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#362CDA (or 0x362CDA) is known color: Persian Blue. HEX triplet: 36, 2C and DA. RGB value is (54,44,218). Sum of RGB (Red+Green+Blue) = 54+44+218=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #362CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CDA is #C9D325. Grayscale: #424242. Windows color (decimal): -13226790 or 14298166. OLE color: 14298166.

HSL color Cylindrical-coordinate representation of color #362CDA: hue angle of 243.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362CDA is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 44 218 -
CMYK 0.75 0.80 0 0.15
HSL 243.45º 0.7% 0.51% -
HSV(B) 243.45º 0.8% 0.85% -
XYZ 15.08 7.65 67.01 -
YUV 66.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 54 44 218 0.75 0.80 0 0.15 243.45 0.7 0.51
Hex 36 2C DA 4B 50 0 F F3 46 33
Octal 66 54 332 113 120 0 17 363 106 63
Binary 110110 101100 11011010 1001011 1010000 0 1111 11110011 1000110 110011

Color Harmonies of #362CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CDA

Black with #362CDA

Text Example


Text Example

White with #362CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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