Html Css Color HEX #363AC2 Persian Blue

📋 copy color: '#363AC2'

red 54 ◦ green 58 ◦ blue 194

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

Shades of Persian Blue #363AC2

Tints of Persian Blue #363AC2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 194 (76.17% from 255) = 63.4%

R = 17.65%
G = 18.95%
B = 63.4%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#363AC2 (or 0x363AC2) is known color: Persian Blue. HEX triplet: 36, 3A and C2. RGB value is (54,58,194). Sum of RGB (Red+Green+Blue) = 54+58+194=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #363AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AC2 is #C9C53D. Grayscale: #474747. Windows color (decimal): -13223230 or 12728886. OLE color: 12728886.

HSL color Cylindrical-coordinate representation of color #363AC2: hue angle of 238.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363AC2 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 58 194 -
CMYK 0.72 0.70 0 0.24
HSL 238.29º 0.56% 0.49% -
HSV(B) 238.29º 0.72% 0.76% -
XYZ 12.77 7.71 51.85 -
YUV 72.31 196.67 114.94 -
System Red Green Blue C M Y K H S L
Decimal 54 58 194 0.72 0.70 0 0.24 238.29 0.56 0.49
Hex 36 3A C2 48 46 0 18 EE 38 31
Octal 66 72 302 110 106 0 30 356 70 61
Binary 110110 111010 11000010 1001000 1000110 0 11000 11101110 111000 110001

Color Harmonies of #363AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AC2

Black with #363AC2

Text Example


Text Example

White with #363AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363AC2; }

 p { color: rgb(54,58,194); }

 H1.HeaderClassName
 {
   color: #363AC2;
 }
 .AnyTagClassName
 {
   color: #363AC2;
 }
</style>

background-color css

<style>
 a { background-color: #363AC2; }

 a { background-color: rgb(54,58,194); }

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

border-color css

<style>
 span { border-color: #363AC2; }

 span { border-color: rgb(54,58,194); }

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