Html Css Color HEX #365CAD Mariner

📋 copy color: '#365CAD'

red 54 ◦ green 92 ◦ blue 173

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

Shades of Mariner #365CAD

Tints of Mariner #365CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 16.93%
G = 28.84%
B = 54.23%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#365CAD (or 0x365CAD) is known color: Mariner. HEX triplet: 36, 5C and AD. RGB value is (54,92,173). Sum of RGB (Red+Green+Blue) = 54+92+173=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #365CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CAD is #C9A352. Grayscale: #595959. Windows color (decimal): -13214547 or 11361334. OLE color: 11361334.

HSL color Cylindrical-coordinate representation of color #365CAD: hue angle of 220.84º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365CAD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 92 173 -
CMYK 0.69 0.47 0 0.32
HSL 220.84º 0.52% 0.45% -
HSV(B) 220.84º 0.69% 0.68% -
XYZ 12.89 11.46 41.07 -
YUV 89.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 54 92 173 0.69 0.47 0 0.32 220.84 0.52 0.45
Hex 36 5C AD 45 2F 0 20 DD 34 2D
Octal 66 134 255 105 57 0 40 335 64 55
Binary 110110 1011100 10101101 1000101 101111 0 100000 11011101 110100 101101

Color Harmonies of #365CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CAD

Black with #365CAD

Text Example


Text Example

White with #365CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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