Html Css Color HEX #363FA9 Persian Blue

📋 copy color: '#363FA9'

red 54 ◦ green 63 ◦ blue 169

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

Shades of Persian Blue #363FA9

Tints of Persian Blue #363FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 169 (66.41% from 255) = 59.09%

R = 18.88%
G = 22.03%
B = 59.09%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#363FA9 (or 0x363FA9) is known color: Persian Blue. HEX triplet: 36, 3F and A9. RGB value is (54,63,169). Sum of RGB (Red+Green+Blue) = 54+63+169=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #363FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FA9 is #C9C056. Grayscale: #474747. Windows color (decimal): -13221975 or 11091766. OLE color: 11091766.

HSL color Cylindrical-coordinate representation of color #363FA9: hue angle of 235.3º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363FA9 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 63 169 -
CMYK 0.68 0.63 0 0.34
HSL 235.3º 0.52% 0.44% -
HSV(B) 235.3º 0.68% 0.66% -
XYZ 10.46 7.2 38.38 -
YUV 72.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 54 63 169 0.68 0.63 0 0.34 235.3 0.52 0.44
Hex 36 3F A9 44 3F 0 22 EB 34 2C
Octal 66 77 251 104 77 0 42 353 64 54
Binary 110110 111111 10101001 1000100 111111 0 100010 11101011 110100 101100

Color Harmonies of #363FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FA9

Black with #363FA9

Text Example


Text Example

White with #363FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,169); }

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

background-color css

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

 a { background-color: rgb(54,63,169); }

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

border-color css

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

 span { border-color: rgb(54,63,169); }

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