Html Css Color HEX #363DA9 Persian Blue

📋 copy color: '#363DA9'

red 54 ◦ green 61 ◦ blue 169

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

Shades of Persian Blue #363DA9

Tints of Persian Blue #363DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

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

R = 19.01%
G = 21.48%
B = 59.51%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#363DA9 (or 0x363DA9) is known color: Persian Blue. HEX triplet: 36, 3D and A9. RGB value is (54,61,169). Sum of RGB (Red+Green+Blue) = 54+61+169=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #363DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA9 is #C9C256. Grayscale: #464646. Windows color (decimal): -13222487 or 11091254. OLE color: 11091254.

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

Color convert

RGB 54 61 169 -
CMYK 0.68 0.64 0 0.34
HSL 236.35º 0.52% 0.44% -
HSV(B) 236.35º 0.68% 0.66% -
XYZ 10.35 6.99 38.34 -
YUV 71.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 54 61 169 0.68 0.64 0 0.34 236.35 0.52 0.44
Hex 36 3D A9 44 40 0 22 EC 34 2C
Octal 66 75 251 104 100 0 42 354 64 54
Binary 110110 111101 10101001 1000100 1000000 0 100010 11101100 110100 101100

Color Harmonies of #363DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DA9

Black with #363DA9

Text Example


Text Example

White with #363DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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