Html Css Color HEX #375AA2 Mariner

📋 copy color: '#375AA2'

red 55 ◦ green 90 ◦ blue 162

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

Shades of Mariner #375AA2

Tints of Mariner #375AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 17.92%
G = 29.32%
B = 52.77%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375AA2 (or 0x375AA2) is known color: Mariner. HEX triplet: 37, 5A and A2. RGB value is (55,90,162). Sum of RGB (Red+Green+Blue) = 55+90+162=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #375AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA2 is #C8A55D. Grayscale: #575757. Windows color (decimal): -13149534 or 10639927. OLE color: 10639927.

HSL color Cylindrical-coordinate representation of color #375AA2: hue angle of 220.37º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375AA2 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 90 162 -
CMYK 0.66 0.44 0 0.36
HSL 220.37º 0.49% 0.43% -
HSV(B) 220.37º 0.66% 0.64% -
XYZ 11.75 10.73 35.63 -
YUV 87.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 55 90 162 0.66 0.44 0 0.36 220.37 0.49 0.43
Hex 37 5A A2 42 2C 0 24 DC 31 2B
Octal 67 132 242 102 54 0 44 334 61 53
Binary 110111 1011010 10100010 1000010 101100 0 100100 11011100 110001 101011

Color Harmonies of #375AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA2

Black with #375AA2

Text Example


Text Example

White with #375AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,162); }

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

background-color css

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

 a { background-color: rgb(55,90,162); }

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

border-color css

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

 span { border-color: rgb(55,90,162); }

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