Html Css Color HEX #365A99 Mariner

📋 copy color: '#365A99'

red 54 ◦ green 90 ◦ blue 153

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

Shades of Mariner #365A99

Tints of Mariner #365A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 18.18%
G = 30.3%
B = 51.52%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#365A99 (or 0x365A99) is known color: Mariner. HEX triplet: 36, 5A and 99. RGB value is (54,90,153). Sum of RGB (Red+Green+Blue) = 54+90+153=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #365A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A99 is #C9A566. Grayscale: #565656. Windows color (decimal): -13215079 or 10050102. OLE color: 10050102.

HSL color Cylindrical-coordinate representation of color #365A99: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #365A99 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 90 153 -
CMYK 0.65 0.41 0 0.4
HSL 218.18º 0.48% 0.41% -
HSV(B) 218.18º 0.65% 0.6% -
XYZ 10.93 10.4 31.57 -
YUV 86.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 54 90 153 0.65 0.41 0 0.4 218.18 0.48 0.41
Hex 36 5A 99 41 29 0 28 DA 30 29
Octal 66 132 231 101 51 0 50 332 60 51
Binary 110110 1011010 10011001 1000001 101001 0 101000 11011010 110000 101001

Color Harmonies of #365A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A99

Black with #365A99

Text Example


Text Example

White with #365A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,153); }

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

background-color css

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

 a { background-color: rgb(54,90,153); }

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

border-color css

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

 span { border-color: rgb(54,90,153); }

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