Html Css Color HEX #363BA7 Persian Blue

📋 copy color: '#363BA7'

red 54 ◦ green 59 ◦ blue 167

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

Shades of Persian Blue #363BA7

Tints of Persian Blue #363BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.64%

R = 19.29%
G = 21.07%
B = 59.64%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#363BA7 (or 0x363BA7) is known color: Persian Blue. HEX triplet: 36, 3B and A7. RGB value is (54,59,167). Sum of RGB (Red+Green+Blue) = 54+59+167=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #363BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BA7 is #C9C458. Grayscale: #454545. Windows color (decimal): -13223001 or 10959670. OLE color: 10959670.

HSL color Cylindrical-coordinate representation of color #363BA7: hue angle of 237.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363BA7 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 59 167 -
CMYK 0.68 0.65 0 0.35
HSL 237.35º 0.51% 0.43% -
HSV(B) 237.35º 0.68% 0.65% -
XYZ 10.06 6.7 37.32 -
YUV 69.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 54 59 167 0.68 0.65 0 0.35 237.35 0.51 0.43
Hex 36 3B A7 44 41 0 23 ED 33 2B
Octal 66 73 247 104 101 0 43 355 63 53
Binary 110110 111011 10100111 1000100 1000001 0 100011 11101101 110011 101011

Color Harmonies of #363BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BA7

Black with #363BA7

Text Example


Text Example

White with #363BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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