Html Css Color HEX #375BAE Mariner

📋 copy color: '#375BAE'

red 55 ◦ green 91 ◦ blue 174

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

Shades of Mariner #375BAE

Tints of Mariner #375BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 17.19%
G = 28.44%
B = 54.38%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#375BAE (or 0x375BAE) is known color: Mariner. HEX triplet: 37, 5B and AE. RGB value is (55,91,174). Sum of RGB (Red+Green+Blue) = 55+91+174=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #375BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BAE is #C8A451. Grayscale: #595959. Windows color (decimal): -13149266 or 11426615. OLE color: 11426615.

HSL color Cylindrical-coordinate representation of color #375BAE: hue angle of 221.85º 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 #375BAE is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 91 174 -
CMYK 0.68 0.48 0 0.32
HSL 221.85º 0.52% 0.45% -
HSV(B) 221.85º 0.68% 0.68% -
XYZ 12.96 11.35 41.55 -
YUV 89.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 55 91 174 0.68 0.48 0 0.32 221.85 0.52 0.45
Hex 37 5B AE 44 30 0 20 DE 34 2D
Octal 67 133 256 104 60 0 40 336 64 55
Binary 110111 1011011 10101110 1000100 110000 0 100000 11011110 110100 101101

Color Harmonies of #375BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BAE

Black with #375BAE

Text Example


Text Example

White with #375BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,174); }

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

background-color css

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

 a { background-color: rgb(55,91,174); }

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

border-color css

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

 span { border-color: rgb(55,91,174); }

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