Html Css Color HEX #363BA9 Persian Blue

📋 copy color: '#363BA9'

red 54 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #363BA9

Tints of Persian Blue #363BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.92%

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

R = 19.15%
G = 20.92%
B = 59.93%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#363BA9 (or 0x363BA9) is known color: Persian Blue. HEX triplet: 36, 3B and A9. RGB value is (54,59,169). Sum of RGB (Red+Green+Blue) = 54+59+169=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #363BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BA9 is #C9C456. Grayscale: #454545. Windows color (decimal): -13222999 or 11090742. OLE color: 11090742.

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

Color convert

RGB 54 59 169 -
CMYK 0.68 0.65 0 0.34
HSL 237.39º 0.52% 0.44% -
HSV(B) 237.39º 0.68% 0.66% -
XYZ 10.25 6.78 38.3 -
YUV 70.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 54 59 169 0.68 0.65 0 0.34 237.39 0.52 0.44
Hex 36 3B A9 44 41 0 22 ED 34 2C
Octal 66 73 251 104 101 0 42 355 64 54
Binary 110110 111011 10101001 1000100 1000001 0 100010 11101101 110100 101100

Color Harmonies of #363BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BA9

Black with #363BA9

Text Example


Text Example

White with #363BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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