Html Css Color HEX #363DAF Persian Blue

📋 copy color: '#363DAF'

red 54 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #363DAF

Tints of Persian Blue #363DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 18.62%
G = 21.03%
B = 60.34%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#363DAF (or 0x363DAF) is known color: Persian Blue. HEX triplet: 36, 3D and AF. RGB value is (54,61,175). Sum of RGB (Red+Green+Blue) = 54+61+175=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #363DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAF is #C9C250. Grayscale: #474747. Windows color (decimal): -13222481 or 11484470. OLE color: 11484470.

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

Color convert

RGB 54 61 175 -
CMYK 0.69 0.65 0 0.31
HSL 236.53º 0.53% 0.45% -
HSV(B) 236.53º 0.69% 0.69% -
XYZ 10.93 7.22 41.37 -
YUV 71.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 54 61 175 0.69 0.65 0 0.31 236.53 0.53 0.45
Hex 36 3D AF 45 41 0 1F ED 35 2D
Octal 66 75 257 105 101 0 37 355 65 55
Binary 110110 111101 10101111 1000101 1000001 0 11111 11101101 110101 101101

Color Harmonies of #363DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DAF

Black with #363DAF

Text Example


Text Example

White with #363DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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