Html Css Color HEX #375C99 Mariner

📋 copy color: '#375C99'

red 55 ◦ green 92 ◦ blue 153

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

Shades of Mariner #375C99

Tints of Mariner #375C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51%

R = 18.33%
G = 30.67%
B = 51%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#375C99 (or 0x375C99) is known color: Mariner. HEX triplet: 37, 5C and 99. RGB value is (55,92,153). Sum of RGB (Red+Green+Blue) = 55+92+153=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #375C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C99 is #C8A366. Grayscale: #575757. Windows color (decimal): -13149031 or 10050615. OLE color: 10050615.

HSL color Cylindrical-coordinate representation of color #375C99: hue angle of 217.35º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375C99 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 92 153 -
CMYK 0.64 0.40 0 0.4
HSL 217.35º 0.47% 0.41% -
HSV(B) 217.35º 0.64% 0.6% -
XYZ 11.15 10.77 31.63 -
YUV 87.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 55 92 153 0.64 0.40 0 0.4 217.35 0.47 0.41
Hex 37 5C 99 40 28 0 28 D9 2F 29
Octal 67 134 231 100 50 0 50 331 57 51
Binary 110111 1011100 10011001 1000000 101000 0 101000 11011001 101111 101001

Color Harmonies of #375C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C99

Black with #375C99

Text Example


Text Example

White with #375C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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