Html Css Color HEX #365CAB Mariner

📋 copy color: '#365CAB'

red 54 ◦ green 92 ◦ blue 171

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

Shades of Mariner #365CAB

Tints of Mariner #365CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 17.03%
G = 29.02%
B = 53.94%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#365CAB (or 0x365CAB) is known color: Mariner. HEX triplet: 36, 5C and AB. RGB value is (54,92,171). Sum of RGB (Red+Green+Blue) = 54+92+171=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #365CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CAB is #C9A354. Grayscale: #595959. Windows color (decimal): -13214549 or 11230262. OLE color: 11230262.

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

Color convert

RGB 54 92 171 -
CMYK 0.68 0.46 0 0.33
HSL 220.51º 0.52% 0.44% -
HSV(B) 220.51º 0.68% 0.67% -
XYZ 12.7 11.38 40.06 -
YUV 89.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 54 92 171 0.68 0.46 0 0.33 220.51 0.52 0.44
Hex 36 5C AB 44 2E 0 21 DD 34 2C
Octal 66 134 253 104 56 0 41 335 64 54
Binary 110110 1011100 10101011 1000100 101110 0 100001 11011101 110100 101100

Color Harmonies of #365CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CAB

Black with #365CAB

Text Example


Text Example

White with #365CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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