Html Css Color HEX #362ECE Persian Blue

📋 copy color: '#362ECE'

red 54 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #362ECE

Tints of Persian Blue #362ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 17.65%
G = 15.03%
B = 67.32%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#362ECE (or 0x362ECE) is known color: Persian Blue. HEX triplet: 36, 2E and CE. RGB value is (54,46,206). Sum of RGB (Red+Green+Blue) = 54+46+206=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #362ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ECE is #C9D131. Grayscale: #424242. Windows color (decimal): -13226290 or 13512246. OLE color: 13512246.

HSL color Cylindrical-coordinate representation of color #362ECE: hue angle of 243º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362ECE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 46 206 -
CMYK 0.74 0.78 0 0.19
HSL 243º 0.63% 0.49% -
HSV(B) 243º 0.78% 0.81% -
XYZ 13.64 7.19 59.06 -
YUV 66.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 54 46 206 0.74 0.78 0 0.19 243 0.63 0.49
Hex 36 2E CE 4A 4E 0 13 F3 3F 31
Octal 66 56 316 112 116 0 23 363 77 61
Binary 110110 101110 11001110 1001010 1001110 0 10011 11110011 111111 110001

Color Harmonies of #362ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ECE

Black with #362ECE

Text Example


Text Example

White with #362ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,46,206); }

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

background-color css

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

 a { background-color: rgb(54,46,206); }

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

border-color css

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

 span { border-color: rgb(54,46,206); }

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