Html Css Color HEX #375FA4 Mariner

📋 copy color: '#375FA4'

red 55 ◦ green 95 ◦ blue 164

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

Shades of Mariner #375FA4

Tints of Mariner #375FA4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

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

R = 17.52%
G = 30.25%
B = 52.23%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375FA4 (or 0x375FA4) is known color: Mariner. HEX triplet: 37, 5F and A4. RGB value is (55,95,164). Sum of RGB (Red+Green+Blue) = 55+95+164=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #375FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA4 is #C8A05B. Grayscale: #5A5A5A. Windows color (decimal): -13148252 or 10772279. OLE color: 10772279.

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

Color convert

RGB 55 95 164 -
CMYK 0.66 0.42 0 0.36
HSL 217.98º 0.5% 0.43% -
HSV(B) 217.98º 0.66% 0.64% -
XYZ 12.37 11.68 36.72 -
YUV 90.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 55 95 164 0.66 0.42 0 0.36 217.98 0.5 0.43
Hex 37 5F A4 42 2A 0 24 DA 32 2B
Octal 67 137 244 102 52 0 44 332 62 53
Binary 110111 1011111 10100100 1000010 101010 0 100100 11011010 110010 101011

Color Harmonies of #375FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FA4

Black with #375FA4

Text Example


Text Example

White with #375FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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