Html Css Color HEX #362ECA Persian Blue

📋 copy color: '#362ECA'

red 54 ◦ green 46 ◦ blue 202

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

Shades of Persian Blue #362ECA

Tints of Persian Blue #362ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.89%

R = 17.88%
G = 15.23%
B = 66.89%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#362ECA (or 0x362ECA) is known color: Persian Blue. HEX triplet: 36, 2E and CA. RGB value is (54,46,202). Sum of RGB (Red+Green+Blue) = 54+46+202=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #362ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ECA is #C9D135. Grayscale: #414141. Windows color (decimal): -13226294 or 13250102. OLE color: 13250102.

HSL color Cylindrical-coordinate representation of color #362ECA: hue angle of 243.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362ECA is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 46 202 -
CMYK 0.73 0.77 0 0.21
HSL 243.08º 0.63% 0.49% -
HSV(B) 243.08º 0.77% 0.79% -
XYZ 13.16 7 56.54 -
YUV 66.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 54 46 202 0.73 0.77 0 0.21 243.08 0.63 0.49
Hex 36 2E CA 49 4D 0 15 F3 3F 31
Octal 66 56 312 111 115 0 25 363 77 61
Binary 110110 101110 11001010 1001001 1001101 0 10101 11110011 111111 110001

Color Harmonies of #362ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ECA

Black with #362ECA

Text Example


Text Example

White with #362ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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