Html Css Color HEX #363AA9 Persian Blue

📋 copy color: '#363AA9'

red 54 ◦ green 58 ◦ blue 169

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

Shades of Persian Blue #363AA9

Tints of Persian Blue #363AA9

RGB

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

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

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

R = 19.22%
G = 20.64%
B = 60.14%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#363AA9 (or 0x363AA9) is known color: Persian Blue. HEX triplet: 36, 3A and A9. RGB value is (54,58,169). Sum of RGB (Red+Green+Blue) = 54+58+169=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #363AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AA9 is #C9C556. Grayscale: #454545. Windows color (decimal): -13223255 or 11090486. OLE color: 11090486.

HSL color Cylindrical-coordinate representation of color #363AA9: hue angle of 237.91º 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 #363AA9 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 58 169 -
CMYK 0.68 0.66 0 0.34
HSL 237.91º 0.52% 0.44% -
HSV(B) 237.91º 0.68% 0.66% -
XYZ 10.2 6.67 38.29 -
YUV 69.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 54 58 169 0.68 0.66 0 0.34 237.91 0.52 0.44
Hex 36 3A A9 44 42 0 22 EE 34 2C
Octal 66 72 251 104 102 0 42 356 64 54
Binary 110110 111010 10101001 1000100 1000010 0 100010 11101110 110100 101100

Color Harmonies of #363AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AA9

Black with #363AA9

Text Example


Text Example

White with #363AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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