Html Css Color HEX #375CA4 Mariner

📋 copy color: '#375CA4'

red 55 ◦ green 92 ◦ blue 164

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

Shades of Mariner #375CA4

Tints of Mariner #375CA4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

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

R = 17.68%
G = 29.58%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375CA4 (or 0x375CA4) is known color: Mariner. HEX triplet: 37, 5C and A4. RGB value is (55,92,164). Sum of RGB (Red+Green+Blue) = 55+92+164=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #375CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CA4 is #C8A35B. Grayscale: #585858. Windows color (decimal): -13149020 or 10771511. OLE color: 10771511.

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

Color convert

RGB 55 92 164 -
CMYK 0.66 0.44 0 0.36
HSL 219.63º 0.5% 0.43% -
HSV(B) 219.63º 0.66% 0.64% -
XYZ 12.1 11.15 36.64 -
YUV 89.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 55 92 164 0.66 0.44 0 0.36 219.63 0.5 0.43
Hex 37 5C A4 42 2C 0 24 DC 32 2B
Octal 67 134 244 102 54 0 44 334 62 53
Binary 110111 1011100 10100100 1000010 101100 0 100100 11011100 110010 101011

Color Harmonies of #375CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CA4

Black with #375CA4

Text Example


Text Example

White with #375CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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