Html Css Color HEX #362CCA Persian Blue

📋 copy color: '#362CCA'

red 54 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #362CCA

Tints of Persian Blue #362CCA

RGB

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

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

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

R = 18%
G = 14.67%
B = 67.33%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#362CCA (or 0x362CCA) is known color: Persian Blue. HEX triplet: 36, 2C and CA. RGB value is (54,44,202). Sum of RGB (Red+Green+Blue) = 54+44+202=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #362CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CCA is #C9D335. Grayscale: #404040. Windows color (decimal): -13226806 or 13249590. OLE color: 13249590.

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

Color convert

RGB 54 44 202 -
CMYK 0.73 0.78 0 0.21
HSL 243.8º 0.64% 0.48% -
HSV(B) 243.8º 0.78% 0.79% -
XYZ 13.08 6.85 56.51 -
YUV 65 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 54 44 202 0.73 0.78 0 0.21 243.8 0.64 0.48
Hex 36 2C CA 49 4E 0 15 F4 40 30
Octal 66 54 312 111 116 0 25 364 100 60
Binary 110110 101100 11001010 1001001 1001110 0 10101 11110100 1000000 110000

Color Harmonies of #362CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CCA

Black with #362CCA

Text Example


Text Example

White with #362CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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