Html Css Color HEX #365CAC Mariner

📋 copy color: '#365CAC'

red 54 ◦ green 92 ◦ blue 172

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

Shades of Mariner #365CAC

Tints of Mariner #365CAC

RGB

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

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

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

R = 16.98%
G = 28.93%
B = 54.09%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#365CAC (or 0x365CAC) is known color: Mariner. HEX triplet: 36, 5C and AC. RGB value is (54,92,172). Sum of RGB (Red+Green+Blue) = 54+92+172=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #365CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CAC is #C9A353. Grayscale: #595959. Windows color (decimal): -13214548 or 11295798. OLE color: 11295798.

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

Color convert

RGB 54 92 172 -
CMYK 0.69 0.47 0 0.33
HSL 220.68º 0.52% 0.44% -
HSV(B) 220.68º 0.69% 0.67% -
XYZ 12.79 11.42 40.56 -
YUV 89.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 54 92 172 0.69 0.47 0 0.33 220.68 0.52 0.44
Hex 36 5C AC 45 2F 0 21 DD 34 2C
Octal 66 134 254 105 57 0 41 335 64 54
Binary 110110 1011100 10101100 1000101 101111 0 100001 11011101 110100 101100

Color Harmonies of #365CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CAC

Black with #365CAC

Text Example


Text Example

White with #365CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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