Html Css Color HEX #363DAD Persian Blue

📋 copy color: '#363DAD'

red 54 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #363DAD

Tints of Persian Blue #363DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 18.75%
G = 21.18%
B = 60.07%

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

#363DAD (or 0x363DAD) is known color: Persian Blue. HEX triplet: 36, 3D and AD. RGB value is (54,61,173). Sum of RGB (Red+Green+Blue) = 54+61+173=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #363DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAD is #C9C252. Grayscale: #474747. Windows color (decimal): -13222483 or 11353398. OLE color: 11353398.

HSL color Cylindrical-coordinate representation of color #363DAD: hue angle of 236.47º degrees, saturation: 0.52, 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 #363DAD is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 61 173 -
CMYK 0.69 0.65 0 0.32
HSL 236.47º 0.52% 0.45% -
HSV(B) 236.47º 0.69% 0.68% -
XYZ 10.73 7.14 40.35 -
YUV 71.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 54 61 173 0.69 0.65 0 0.32 236.47 0.52 0.45
Hex 36 3D AD 45 41 0 20 EC 34 2D
Octal 66 75 255 105 101 0 40 354 64 55
Binary 110110 111101 10101101 1000101 1000001 0 100000 11101100 110100 101101

Color Harmonies of #363DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DAD

Black with #363DAD

Text Example


Text Example

White with #363DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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