Html Css Color HEX #365AAC Mariner

📋 copy color: '#365AAC'

red 54 ◦ green 90 ◦ blue 172

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

Shades of Mariner #365AAC

Tints of Mariner #365AAC

RGB

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

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

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

R = 17.09%
G = 28.48%
B = 54.43%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#365AAC (or 0x365AAC) is known color: Mariner. HEX triplet: 36, 5A and AC. RGB value is (54,90,172). Sum of RGB (Red+Green+Blue) = 54+90+172=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #365AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AAC is #C9A553. Grayscale: #585858. Windows color (decimal): -13215060 or 11295286. OLE color: 11295286.

HSL color Cylindrical-coordinate representation of color #365AAC: hue angle of 221.69º 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 #365AAC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 90 172 -
CMYK 0.69 0.48 0 0.33
HSL 221.69º 0.52% 0.44% -
HSV(B) 221.69º 0.69% 0.67% -
XYZ 12.62 11.08 40.5 -
YUV 88.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 54 90 172 0.69 0.48 0 0.33 221.69 0.52 0.44
Hex 36 5A AC 45 30 0 21 DE 34 2C
Octal 66 132 254 105 60 0 41 336 64 54
Binary 110110 1011010 10101100 1000101 110000 0 100001 11011110 110100 101100

Color Harmonies of #365AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AAC

Black with #365AAC

Text Example


Text Example

White with #365AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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