Html Css Color HEX #365FA7 Mariner

📋 copy color: '#365FA7'

red 54 ◦ green 95 ◦ blue 167

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

Shades of Mariner #365FA7

Tints of Mariner #365FA7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

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

R = 17.09%
G = 30.06%
B = 52.85%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#365FA7 (or 0x365FA7) is known color: Mariner. HEX triplet: 36, 5F and A7. RGB value is (54,95,167). Sum of RGB (Red+Green+Blue) = 54+95+167=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #365FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365FA7 is #C9A058. Grayscale: #5A5A5A. Windows color (decimal): -13213785 or 10968886. OLE color: 10968886.

HSL color Cylindrical-coordinate representation of color #365FA7: hue angle of 218.23º 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 #365FA7 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 95 167 -
CMYK 0.68 0.43 0 0.35
HSL 218.23º 0.51% 0.43% -
HSV(B) 218.23º 0.68% 0.65% -
XYZ 12.59 11.76 38.17 -
YUV 90.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 54 95 167 0.68 0.43 0 0.35 218.23 0.51 0.43
Hex 36 5F A7 44 2B 0 23 DA 33 2B
Octal 66 137 247 104 53 0 43 332 63 53
Binary 110110 1011111 10100111 1000100 101011 0 100011 11011010 110011 101011

Color Harmonies of #365FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FA7

Black with #365FA7

Text Example


Text Example

White with #365FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365FA7; }

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

 H1.HeaderClassName
 {
   color: #365FA7;
 }
 .AnyTagClassName
 {
   color: #365FA7;
 }
</style>

background-color css

<style>
 a { background-color: #365FA7; }

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

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

border-color css

<style>
 span { border-color: #365FA7; }

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

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