Html Css Color HEX #375CA2 Mariner

📋 copy color: '#375CA2'

red 55 ◦ green 92 ◦ blue 162

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

Shades of Mariner #375CA2

Tints of Mariner #375CA2

RGB

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

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

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

R = 17.8%
G = 29.77%
B = 52.43%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375CA2 (or 0x375CA2) is known color: Mariner. HEX triplet: 37, 5C and A2. RGB value is (55,92,162). Sum of RGB (Red+Green+Blue) = 55+92+162=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #375CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CA2 is #C8A35D. Grayscale: #585858. Windows color (decimal): -13149022 or 10640439. OLE color: 10640439.

HSL color Cylindrical-coordinate representation of color #375CA2: hue angle of 219.25º 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 #375CA2 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 92 162 -
CMYK 0.66 0.43 0 0.36
HSL 219.25º 0.49% 0.43% -
HSV(B) 219.25º 0.66% 0.64% -
XYZ 11.92 11.08 35.69 -
YUV 88.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 55 92 162 0.66 0.43 0 0.36 219.25 0.49 0.43
Hex 37 5C A2 42 2B 0 24 DB 31 2B
Octal 67 134 242 102 53 0 44 333 61 53
Binary 110111 1011100 10100010 1000010 101011 0 100100 11011011 110001 101011

Color Harmonies of #375CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CA2

Black with #375CA2

Text Example


Text Example

White with #375CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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