Html Css Color HEX #375AA3 Mariner

📋 copy color: '#375AA3'

red 55 ◦ green 90 ◦ blue 163

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

Shades of Mariner #375AA3

Tints of Mariner #375AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.92%

R = 17.86%
G = 29.22%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375AA3 (or 0x375AA3) is known color: Mariner. HEX triplet: 37, 5A and A3. RGB value is (55,90,163). Sum of RGB (Red+Green+Blue) = 55+90+163=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #375AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA3 is #C8A55C. Grayscale: #575757. Windows color (decimal): -13149533 or 10705463. OLE color: 10705463.

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

Color convert

RGB 55 90 163 -
CMYK 0.66 0.45 0 0.36
HSL 220.56º 0.5% 0.43% -
HSV(B) 220.56º 0.66% 0.64% -
XYZ 11.84 10.77 36.1 -
YUV 87.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 55 90 163 0.66 0.45 0 0.36 220.56 0.5 0.43
Hex 37 5A A3 42 2D 0 24 DD 32 2B
Octal 67 132 243 102 55 0 44 335 62 53
Binary 110111 1011010 10100011 1000010 101101 0 100100 11011101 110010 101011

Color Harmonies of #375AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA3

Black with #375AA3

Text Example


Text Example

White with #375AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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