Html Css Color HEX #363BAE Persian Blue

📋 copy color: '#363BAE'

red 54 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #363BAE

Tints of Persian Blue #363BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

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

R = 18.82%
G = 20.56%
B = 60.63%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#363BAE (or 0x363BAE) is known color: Persian Blue. HEX triplet: 36, 3B and AE. RGB value is (54,59,174). Sum of RGB (Red+Green+Blue) = 54+59+174=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #363BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAE is #C9C451. Grayscale: #464646. Windows color (decimal): -13222994 or 11418422. OLE color: 11418422.

HSL color Cylindrical-coordinate representation of color #363BAE: hue angle of 237.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 #363BAE is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 59 174 -
CMYK 0.69 0.66 0 0.32
HSL 237.5º 0.53% 0.45% -
HSV(B) 237.5º 0.69% 0.68% -
XYZ 10.73 6.97 40.82 -
YUV 70.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 54 59 174 0.69 0.66 0 0.32 237.5 0.53 0.45
Hex 36 3B AE 45 42 0 20 EE 35 2D
Octal 66 73 256 105 102 0 40 356 65 55
Binary 110110 111011 10101110 1000101 1000010 0 100000 11101110 110101 101101

Color Harmonies of #363BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BAE

Black with #363BAE

Text Example


Text Example

White with #363BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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