Html Css Color HEX #375CAD Mariner

📋 copy color: '#375CAD'

red 55 ◦ green 92 ◦ blue 173

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

Shades of Mariner #375CAD

Tints of Mariner #375CAD

RGB

 RED value IS 55 (21.88% from 255) = 17.19%

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

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

R = 17.19%
G = 28.75%
B = 54.06%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#375CAD (or 0x375CAD) is known color: Mariner. HEX triplet: 37, 5C and AD. RGB value is (55,92,173). Sum of RGB (Red+Green+Blue) = 55+92+173=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #375CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CAD is #C8A352. Grayscale: #595959. Windows color (decimal): -13149011 or 11361335. OLE color: 11361335.

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

Color convert

RGB 55 92 173 -
CMYK 0.68 0.47 0 0.32
HSL 221.19º 0.52% 0.45% -
HSV(B) 221.19º 0.68% 0.68% -
XYZ 12.95 11.48 41.07 -
YUV 90.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 55 92 173 0.68 0.47 0 0.32 221.19 0.52 0.45
Hex 37 5C AD 44 2F 0 20 DD 34 2D
Octal 67 134 255 104 57 0 40 335 64 55
Binary 110111 1011100 10101101 1000100 101111 0 100000 11011101 110100 101101

Color Harmonies of #375CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CAD

Black with #375CAD

Text Example


Text Example

White with #375CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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