Html Css Color HEX #375C9A Mariner

📋 copy color: '#375C9A'

red 55 ◦ green 92 ◦ blue 154

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

Shades of Mariner #375C9A

Tints of Mariner #375C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 18.27%
G = 30.56%
B = 51.16%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#375C9A (or 0x375C9A) is known color: Mariner. HEX triplet: 37, 5C and 9A. RGB value is (55,92,154). Sum of RGB (Red+Green+Blue) = 55+92+154=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #375C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C9A is #C8A365. Grayscale: #575757. Windows color (decimal): -13149030 or 10116151. OLE color: 10116151.

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

Color convert

RGB 55 92 154 -
CMYK 0.64 0.40 0 0.40
HSL 217.58º 0.47% 0.41% -
HSV(B) 217.58º 0.64% 0.6% -
XYZ 11.24 10.8 32.06 -
YUV 88.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 55 92 154 0.64 0.40 0 0.40 217.58 0.47 0.41
Hex 37 5C 9A 40 28 0 28 DA 2F 29
Octal 67 134 232 100 50 0 50 332 57 51
Binary 110111 1011100 10011010 1000000 101000 0 101000 11011010 101111 101001

Color Harmonies of #375C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C9A

Black with #375C9A

Text Example


Text Example

White with #375C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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