Html Css Color HEX #3752A4 Mariner

📋 copy color: '#3752A4'

red 55 ◦ green 82 ◦ blue 164

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

Shades of Mariner #3752A4

Tints of Mariner #3752A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 18.27%
G = 27.24%
B = 54.49%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3752A4 (or 0x3752A4) is known color: Mariner. HEX triplet: 37, 52 and A4. RGB value is (55,82,164). Sum of RGB (Red+Green+Blue) = 55+82+164=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #3752A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3752A4 is #C8AD5B. Grayscale: #525252. Windows color (decimal): -13151580 or 10768951. OLE color: 10768951.

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

Color convert

RGB 55 82 164 -
CMYK 0.66 0.5 0 0.36
HSL 225.14º 0.5% 0.43% -
HSV(B) 225.14º 0.66% 0.64% -
XYZ 11.29 9.53 36.37 -
YUV 83.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 55 82 164 0.66 0.5 0 0.36 225.14 0.5 0.43
Hex 37 52 A4 42 32 0 24 E1 32 2B
Octal 67 122 244 102 62 0 44 341 62 53
Binary 110111 1010010 10100100 1000010 110010 0 100100 11100001 110010 101011

Color Harmonies of #3752A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3752A4

Black with #3752A4

Text Example


Text Example

White with #3752A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3752A4; }

 p { color: rgb(55,82,164); }

 H1.HeaderClassName
 {
   color: #3752A4;
 }
 .AnyTagClassName
 {
   color: #3752A4;
 }
</style>

background-color css

<style>
 a { background-color: #3752A4; }

 a { background-color: rgb(55,82,164); }

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

border-color css

<style>
 span { border-color: #3752A4; }

 span { border-color: rgb(55,82,164); }

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