Html Css Color HEX #3755AA Mariner

📋 copy color: '#3755AA'

red 55 ◦ green 85 ◦ blue 170

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

Shades of Mariner #3755AA

Tints of Mariner #3755AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 17.74%
G = 27.42%
B = 54.84%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3755AA (or 0x3755AA) is known color: Mariner. HEX triplet: 37, 55 and AA. RGB value is (55,85,170). Sum of RGB (Red+Green+Blue) = 55+85+170=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #3755AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AA is #C8AA55. Grayscale: #555555. Windows color (decimal): -13150806 or 11162935. OLE color: 11162935.

HSL color Cylindrical-coordinate representation of color #3755AA: hue angle of 224.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3755AA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 85 170 -
CMYK 0.68 0.50 0 0.33
HSL 224.35º 0.51% 0.44% -
HSV(B) 224.35º 0.68% 0.67% -
XYZ 12.08 10.21 39.36 -
YUV 85.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 55 85 170 0.68 0.50 0 0.33 224.35 0.51 0.44
Hex 37 55 AA 44 32 0 21 E0 33 2C
Octal 67 125 252 104 62 0 41 340 63 54
Binary 110111 1010101 10101010 1000100 110010 0 100001 11100000 110011 101100

Color Harmonies of #3755AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755AA

Black with #3755AA

Text Example


Text Example

White with #3755AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755AA; }

 p { color: rgb(55,85,170); }

 H1.HeaderClassName
 {
   color: #3755AA;
 }
 .AnyTagClassName
 {
   color: #3755AA;
 }
</style>

background-color css

<style>
 a { background-color: #3755AA; }

 a { background-color: rgb(55,85,170); }

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

border-color css

<style>
 span { border-color: #3755AA; }

 span { border-color: rgb(55,85,170); }

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