Html Css Color HEX #375AAC Mariner

📋 copy color: '#375AAC'

red 55 ◦ green 90 ◦ blue 172

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

Shades of Mariner #375AAC

Tints of Mariner #375AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 17.35%
G = 28.39%
B = 54.26%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#375AAC (or 0x375AAC) is known color: Mariner. HEX triplet: 37, 5A and AC. RGB value is (55,90,172). Sum of RGB (Red+Green+Blue) = 55+90+172=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #375AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAC is #C8A553. Grayscale: #585858. Windows color (decimal): -13149524 or 11295287. OLE color: 11295287.

HSL color Cylindrical-coordinate representation of color #375AAC: hue angle of 222.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375AAC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 90 172 -
CMYK 0.68 0.48 0 0.33
HSL 222.05º 0.52% 0.45% -
HSV(B) 222.05º 0.68% 0.67% -
XYZ 12.68 11.1 40.5 -
YUV 88.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 55 90 172 0.68 0.48 0 0.33 222.05 0.52 0.45
Hex 37 5A AC 44 30 0 21 DE 34 2D
Octal 67 132 254 104 60 0 41 336 64 55
Binary 110111 1011010 10101100 1000100 110000 0 100001 11011110 110100 101101

Color Harmonies of #375AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AAC

Black with #375AAC

Text Example


Text Example

White with #375AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,172); }

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

background-color css

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

 a { background-color: rgb(55,90,172); }

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

border-color css

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

 span { border-color: rgb(55,90,172); }

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