Html Css Color HEX #374FA1 Mariner

📋 copy color: '#374FA1'

red 55 ◦ green 79 ◦ blue 161

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

Shades of Mariner #374FA1

Tints of Mariner #374FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 54.58%

R = 18.64%
G = 26.78%
B = 54.58%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#374FA1 (or 0x374FA1) is known color: Mariner. HEX triplet: 37, 4F and A1. RGB value is (55,79,161). Sum of RGB (Red+Green+Blue) = 55+79+161=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 161 (63.28% from 255 or 54.58% from 295); Max value from RGB is 161 - color contains mainly: blue. Hex color #374FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374FA1 is #C8B05E. Grayscale: #505050. Windows color (decimal): -13152351 or 10571575. OLE color: 10571575.

HSL color Cylindrical-coordinate representation of color #374FA1: hue angle of 226.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374FA1 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 79 161 -
CMYK 0.66 0.51 0 0.37
HSL 226.42º 0.49% 0.42% -
HSV(B) 226.42º 0.66% 0.63% -
XYZ 10.8 8.98 34.88 -
YUV 81.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 55 79 161 0.66 0.51 0 0.37 226.42 0.49 0.42
Hex 37 4F A1 42 33 0 25 E2 31 2A
Octal 67 117 241 102 63 0 45 342 61 52
Binary 110111 1001111 10100001 1000010 110011 0 100101 11100010 110001 101010

Color Harmonies of #374FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FA1

Black with #374FA1

Text Example


Text Example

White with #374FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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