Html Css Color HEX #365DAC Mariner

📋 copy color: '#365DAC'

red 54 ◦ green 93 ◦ blue 172

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

Shades of Mariner #365DAC

Tints of Mariner #365DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 16.93%
G = 29.15%
B = 53.92%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#365DAC (or 0x365DAC) is known color: Mariner. HEX triplet: 36, 5D and AC. RGB value is (54,93,172). Sum of RGB (Red+Green+Blue) = 54+93+172=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #365DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DAC is #C9A253. Grayscale: #595959. Windows color (decimal): -13214292 or 11296054. OLE color: 11296054.

HSL color Cylindrical-coordinate representation of color #365DAC: hue angle of 220.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365DAC is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 93 172 -
CMYK 0.69 0.46 0 0.33
HSL 220.17º 0.52% 0.44% -
HSV(B) 220.17º 0.69% 0.67% -
XYZ 12.88 11.59 40.59 -
YUV 90.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 54 93 172 0.69 0.46 0 0.33 220.17 0.52 0.44
Hex 36 5D AC 45 2E 0 21 DC 34 2C
Octal 66 135 254 105 56 0 41 334 64 54
Binary 110110 1011101 10101100 1000101 101110 0 100001 11011100 110100 101100

Color Harmonies of #365DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DAC

Black with #365DAC

Text Example


Text Example

White with #365DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,172); }

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

background-color css

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

 a { background-color: rgb(54,93,172); }

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

border-color css

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

 span { border-color: rgb(54,93,172); }

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