Html Css Color HEX #363DAE Persian Blue

📋 copy color: '#363DAE'

red 54 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #363DAE

Tints of Persian Blue #363DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 18.69%
G = 21.11%
B = 60.21%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#363DAE (or 0x363DAE) is known color: Persian Blue. HEX triplet: 36, 3D and AE. RGB value is (54,61,174). Sum of RGB (Red+Green+Blue) = 54+61+174=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #363DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAE is #C9C251. Grayscale: #474747. Windows color (decimal): -13222482 or 11418934. OLE color: 11418934.

HSL color Cylindrical-coordinate representation of color #363DAE: hue angle of 236.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363DAE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 61 174 -
CMYK 0.69 0.65 0 0.32
HSL 236.5º 0.53% 0.45% -
HSV(B) 236.5º 0.69% 0.68% -
XYZ 10.83 7.18 40.86 -
YUV 71.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 54 61 174 0.69 0.65 0 0.32 236.5 0.53 0.45
Hex 36 3D AE 45 41 0 20 EC 35 2D
Octal 66 75 256 105 101 0 40 354 65 55
Binary 110110 111101 10101110 1000101 1000001 0 100000 11101100 110101 101101

Color Harmonies of #363DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DAE

Black with #363DAE

Text Example


Text Example

White with #363DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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