Html Css Color HEX #375E9C Mariner

📋 copy color: '#375E9C'

red 55 ◦ green 94 ◦ blue 156

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

Shades of Mariner #375E9C

Tints of Mariner #375E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 18.03%
G = 30.82%
B = 51.15%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#375E9C (or 0x375E9C) is known color: Mariner. HEX triplet: 37, 5E and 9C. RGB value is (55,94,156). Sum of RGB (Red+Green+Blue) = 55+94+156=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #375E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E9C is #C8A163. Grayscale: #595959. Windows color (decimal): -13148516 or 10247735. OLE color: 10247735.

HSL color Cylindrical-coordinate representation of color #375E9C: hue angle of 216.83º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375E9C is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 94 156 -
CMYK 0.65 0.40 0 0.39
HSL 216.83º 0.48% 0.41% -
HSV(B) 216.83º 0.65% 0.61% -
XYZ 11.58 11.22 33.01 -
YUV 89.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 55 94 156 0.65 0.40 0 0.39 216.83 0.48 0.41
Hex 37 5E 9C 41 28 0 27 D9 30 29
Octal 67 136 234 101 50 0 47 331 60 51
Binary 110111 1011110 10011100 1000001 101000 0 100111 11011001 110000 101001

Color Harmonies of #375E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E9C

Black with #375E9C

Text Example


Text Example

White with #375E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,156); }

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

background-color css

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

 a { background-color: rgb(55,94,156); }

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

border-color css

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

 span { border-color: rgb(55,94,156); }

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