Html Css Color HEX #375CAB Mariner

📋 copy color: '#375CAB'

red 55 ◦ green 92 ◦ blue 171

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

Shades of Mariner #375CAB

Tints of Mariner #375CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 17.3%
G = 28.93%
B = 53.77%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#375CAB (or 0x375CAB) is known color: Mariner. HEX triplet: 37, 5C and AB. RGB value is (55,92,171). Sum of RGB (Red+Green+Blue) = 55+92+171=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #375CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CAB is #C8A354. Grayscale: #595959. Windows color (decimal): -13149013 or 11230263. OLE color: 11230263.

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

Color convert

RGB 55 92 171 -
CMYK 0.68 0.46 0 0.33
HSL 220.86º 0.51% 0.44% -
HSV(B) 220.86º 0.68% 0.67% -
XYZ 12.75 11.41 40.06 -
YUV 89.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 55 92 171 0.68 0.46 0 0.33 220.86 0.51 0.44
Hex 37 5C AB 44 2E 0 21 DD 33 2C
Octal 67 134 253 104 56 0 41 335 63 54
Binary 110111 1011100 10101011 1000100 101110 0 100001 11011101 110011 101100

Color Harmonies of #375CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CAB

Black with #375CAB

Text Example


Text Example

White with #375CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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