Html Css Color HEX #363BA6 Persian Blue

📋 copy color: '#363BA6'

red 54 ◦ green 59 ◦ blue 166

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

Shades of Persian Blue #363BA6

Tints of Persian Blue #363BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.5%

R = 19.35%
G = 21.15%
B = 59.5%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#363BA6 (or 0x363BA6) is known color: Persian Blue. HEX triplet: 36, 3B and A6. RGB value is (54,59,166). Sum of RGB (Red+Green+Blue) = 54+59+166=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #363BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BA6 is #C9C459. Grayscale: #454545. Windows color (decimal): -13223002 or 10894134. OLE color: 10894134.

HSL color Cylindrical-coordinate representation of color #363BA6: hue angle of 237.32º 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 #363BA6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 59 166 -
CMYK 0.67 0.64 0 0.35
HSL 237.32º 0.51% 0.43% -
HSV(B) 237.32º 0.67% 0.65% -
XYZ 9.97 6.67 36.84 -
YUV 69.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 54 59 166 0.67 0.64 0 0.35 237.32 0.51 0.43
Hex 36 3B A6 43 40 0 23 ED 33 2B
Octal 66 73 246 103 100 0 43 355 63 53
Binary 110110 111011 10100110 1000011 1000000 0 100011 11101101 110011 101011

Color Harmonies of #363BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BA6

Black with #363BA6

Text Example


Text Example

White with #363BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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