Html Css Color HEX #375F9C Mariner

📋 copy color: '#375F9C'

red 55 ◦ green 95 ◦ blue 156

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

Shades of Mariner #375F9C

Tints of Mariner #375F9C

RGB

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

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

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

R = 17.97%
G = 31.05%
B = 50.98%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#375F9C (or 0x375F9C) is known color: Mariner. HEX triplet: 37, 5F and 9C. RGB value is (55,95,156). Sum of RGB (Red+Green+Blue) = 55+95+156=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #375F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F9C is #C8A063. Grayscale: #595959. Windows color (decimal): -13148260 or 10247991. OLE color: 10247991.

HSL color Cylindrical-coordinate representation of color #375F9C: hue angle of 216.24º 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 #375F9C is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 95 156 -
CMYK 0.65 0.39 0 0.39
HSL 216.24º 0.48% 0.41% -
HSV(B) 216.24º 0.65% 0.61% -
XYZ 11.67 11.4 33.04 -
YUV 89.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 55 95 156 0.65 0.39 0 0.39 216.24 0.48 0.41
Hex 37 5F 9C 41 27 0 27 D8 30 29
Octal 67 137 234 101 47 0 47 330 60 51
Binary 110111 1011111 10011100 1000001 100111 0 100111 11011000 110000 101001

Color Harmonies of #375F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F9C

Black with #375F9C

Text Example


Text Example

White with #375F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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