Html Css Color HEX #375C9F Mariner

📋 copy color: '#375C9F'

red 55 ◦ green 92 ◦ blue 159

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

Shades of Mariner #375C9F

Tints of Mariner #375C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 17.97%
G = 30.07%
B = 51.96%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#375C9F (or 0x375C9F) is known color: Mariner. HEX triplet: 37, 5C and 9F. RGB value is (55,92,159). Sum of RGB (Red+Green+Blue) = 55+92+159=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #375C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C9F is #C8A360. Grayscale: #585858. Windows color (decimal): -13149025 or 10443831. OLE color: 10443831.

HSL color Cylindrical-coordinate representation of color #375C9F: hue angle of 218.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375C9F is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 92 159 -
CMYK 0.65 0.42 0 0.38
HSL 218.65º 0.49% 0.42% -
HSV(B) 218.65º 0.65% 0.62% -
XYZ 11.66 10.97 34.3 -
YUV 88.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 55 92 159 0.65 0.42 0 0.38 218.65 0.49 0.42
Hex 37 5C 9F 41 2A 0 26 DB 31 2A
Octal 67 134 237 101 52 0 46 333 61 52
Binary 110111 1011100 10011111 1000001 101010 0 100110 11011011 110001 101010

Color Harmonies of #375C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C9F

Black with #375C9F

Text Example


Text Example

White with #375C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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