Html Css Color HEX #375A8B St Tropaz

📋 copy color: '#375A8B'

red 55 ◦ green 90 ◦ blue 139

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

Shades of St Tropaz #375A8B

Tints of St Tropaz #375A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 19.37%
G = 31.69%
B = 48.94%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#375A8B (or 0x375A8B) is known color: St Tropaz. HEX triplet: 37, 5A and 8B. RGB value is (55,90,139). Sum of RGB (Red+Green+Blue) = 55+90+139=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #375A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A8B is #C8A574. Grayscale: #545454. Windows color (decimal): -13149557 or 9132599. OLE color: 9132599.

HSL color Cylindrical-coordinate representation of color #375A8B: hue angle of 215º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375A8B is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 90 139 -
CMYK 0.60 0.35 0 0.45
HSL 215º 0.43% 0.38% -
HSV(B) 215º 0.6% 0.55% -
XYZ 9.89 9.99 25.83 -
YUV 85.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 55 90 139 0.60 0.35 0 0.45 215 0.43 0.38
Hex 37 5A 8B 3C 23 0 2D D7 2B 26
Octal 67 132 213 74 43 0 55 327 53 46
Binary 110111 1011010 10001011 111100 100011 0 101101 11010111 101011 100110

Color Harmonies of #375A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A8B

Black with #375A8B

Text Example


Text Example

White with #375A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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