Html Css Color HEX #375FAF Mariner

📋 copy color: '#375FAF'

red 55 ◦ green 95 ◦ blue 175

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

Shades of Mariner #375FAF

Tints of Mariner #375FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 16.92%
G = 29.23%
B = 53.85%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#375FAF (or 0x375FAF) is known color: Mariner. HEX triplet: 37, 5F and AF. RGB value is (55,95,175). Sum of RGB (Red+Green+Blue) = 55+95+175=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #375FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FAF is #C8A050. Grayscale: #5B5B5B. Windows color (decimal): -13148241 or 11493175. OLE color: 11493175.

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

Color convert

RGB 55 95 175 -
CMYK 0.69 0.46 0 0.31
HSL 220º 0.52% 0.45% -
HSV(B) 220º 0.69% 0.69% -
XYZ 13.41 12.09 42.18 -
YUV 92.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 55 95 175 0.69 0.46 0 0.31 220 0.52 0.45
Hex 37 5F AF 45 2E 0 1F DC 34 2D
Octal 67 137 257 105 56 0 37 334 64 55
Binary 110111 1011111 10101111 1000101 101110 0 11111 11011100 110100 101101

Color Harmonies of #375FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FAF

Black with #375FAF

Text Example


Text Example

White with #375FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,175); }

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

background-color css

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

 a { background-color: rgb(55,95,175); }

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

border-color css

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

 span { border-color: rgb(55,95,175); }

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