Html Css Color HEX #363DA5 Persian Blue

📋 copy color: '#363DA5'

red 54 ◦ green 61 ◦ blue 165

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

Shades of Persian Blue #363DA5

Tints of Persian Blue #363DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.93%

R = 19.29%
G = 21.79%
B = 58.93%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#363DA5 (or 0x363DA5) is known color: Persian Blue. HEX triplet: 36, 3D and A5. RGB value is (54,61,165). Sum of RGB (Red+Green+Blue) = 54+61+165=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #363DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA5 is #C9C25A. Grayscale: #464646. Windows color (decimal): -13222491 or 10829110. OLE color: 10829110.

HSL color Cylindrical-coordinate representation of color #363DA5: hue angle of 236.22º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363DA5 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 61 165 -
CMYK 0.67 0.63 0 0.35
HSL 236.22º 0.51% 0.43% -
HSV(B) 236.22º 0.67% 0.65% -
XYZ 9.98 6.84 36.39 -
YUV 70.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 54 61 165 0.67 0.63 0 0.35 236.22 0.51 0.43
Hex 36 3D A5 43 3F 0 23 EC 33 2B
Octal 66 75 245 103 77 0 43 354 63 53
Binary 110110 111101 10100101 1000011 111111 0 100011 11101100 110011 101011

Color Harmonies of #363DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DA5

Black with #363DA5

Text Example


Text Example

White with #363DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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