Html Css Color HEX #365CA0 Mariner

📋 copy color: '#365CA0'

red 54 ◦ green 92 ◦ blue 160

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

Shades of Mariner #365CA0

Tints of Mariner #365CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 160 (62.89% from 255) = 52.29%

R = 17.65%
G = 30.07%
B = 52.29%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#365CA0 (or 0x365CA0) is known color: Mariner. HEX triplet: 36, 5C and A0. RGB value is (54,92,160). Sum of RGB (Red+Green+Blue) = 54+92+160=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #365CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CA0 is #C9A35F. Grayscale: #585858. Windows color (decimal): -13214560 or 10509366. OLE color: 10509366.

HSL color Cylindrical-coordinate representation of color #365CA0: hue angle of 218.49º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365CA0 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 92 160 -
CMYK 0.66 0.43 0 0.37
HSL 218.49º 0.5% 0.42% -
HSV(B) 218.49º 0.66% 0.63% -
XYZ 11.69 10.98 34.76 -
YUV 88.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 54 92 160 0.66 0.43 0 0.37 218.49 0.5 0.42
Hex 36 5C A0 42 2B 0 25 DA 32 2A
Octal 66 134 240 102 53 0 45 332 62 52
Binary 110110 1011100 10100000 1000010 101011 0 100101 11011010 110010 101010

Color Harmonies of #365CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CA0

Black with #365CA0

Text Example


Text Example

White with #365CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,92,160); }

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

background-color css

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

 a { background-color: rgb(54,92,160); }

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

border-color css

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

 span { border-color: rgb(54,92,160); }

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