Html Css Color HEX #375563 San Juan

📋 copy color: '#375563'

red 55 ◦ green 85 ◦ blue 99

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

Shades of San Juan #375563

Tints of San Juan #375563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 23.01%
G = 35.56%
B = 41.42%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375563 (or 0x375563) is known color: San Juan. HEX triplet: 37, 55 and 63. RGB value is (55,85,99). Sum of RGB (Red+Green+Blue) = 55+85+99=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #375563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375563 is #C8AA9C. Grayscale: #4D4D4D. Windows color (decimal): -13150877 or 6509879. OLE color: 6509879.

HSL color Cylindrical-coordinate representation of color #375563: hue angle of 199.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375563 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 85 99 -
CMYK 0.44 0.14 0 0.61
HSL 199.09º 0.29% 0.3% -
HSV(B) 199.09º 0.44% 0.39% -
XYZ 7.08 8.21 13.02 -
YUV 77.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 55 85 99 0.44 0.14 0 0.61 199.09 0.29 0.3
Hex 37 55 63 2C E 0 3D C7 1D 1E
Octal 67 125 143 54 16 0 75 307 35 36
Binary 110111 1010101 1100011 101100 1110 0 111101 11000111 11101 11110

Color Harmonies of #375563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375563

Black with #375563

Text Example


Text Example

White with #375563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375563; }

 p { color: rgb(55,85,99); }

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

background-color css

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

 a { background-color: rgb(55,85,99); }

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

border-color css

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

 span { border-color: rgb(55,85,99); }

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