Html Css Color HEX #374FA4 Mariner

📋 copy color: '#374FA4'

red 55 ◦ green 79 ◦ blue 164

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

Shades of Mariner #374FA4

Tints of Mariner #374FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

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

R = 18.46%
G = 26.51%
B = 55.03%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#374FA4 (or 0x374FA4) is known color: Mariner. HEX triplet: 37, 4F and A4. RGB value is (55,79,164). Sum of RGB (Red+Green+Blue) = 55+79+164=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #374FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374FA4 is #C8B05B. Grayscale: #515151. Windows color (decimal): -13152348 or 10768183. OLE color: 10768183.

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

Color convert

RGB 55 79 164 -
CMYK 0.66 0.52 0 0.36
HSL 226.79º 0.5% 0.43% -
HSV(B) 226.79º 0.66% 0.64% -
XYZ 11.07 9.08 36.29 -
YUV 81.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 55 79 164 0.66 0.52 0 0.36 226.79 0.5 0.43
Hex 37 4F A4 42 34 0 24 E3 32 2B
Octal 67 117 244 102 64 0 44 343 62 53
Binary 110111 1001111 10100100 1000010 110100 0 100100 11100011 110010 101011

Color Harmonies of #374FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FA4

Black with #374FA4

Text Example


Text Example

White with #374FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374FA4; }

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

 H1.HeaderClassName
 {
   color: #374FA4;
 }
 .AnyTagClassName
 {
   color: #374FA4;
 }
</style>

background-color css

<style>
 a { background-color: #374FA4; }

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

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

border-color css

<style>
 span { border-color: #374FA4; }

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

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