Html Css Color HEX #375665 San Juan

📋 copy color: '#375665'

red 55 ◦ green 86 ◦ blue 101

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

Shades of San Juan #375665

Tints of San Juan #375665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 22.73%
G = 35.54%
B = 41.74%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375665 (or 0x375665) is known color: San Juan. HEX triplet: 37, 56 and 65. RGB value is (55,86,101). Sum of RGB (Red+Green+Blue) = 55+86+101=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #375665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375665 is #C8A99A. Grayscale: #4E4E4E. Windows color (decimal): -13150619 or 6641207. OLE color: 6641207.

HSL color Cylindrical-coordinate representation of color #375665: hue angle of 199.57º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375665 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 86 101 -
CMYK 0.46 0.15 0 0.60
HSL 199.57º 0.29% 0.31% -
HSV(B) 199.57º 0.46% 0.4% -
XYZ 7.25 8.41 13.55 -
YUV 78.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 55 86 101 0.46 0.15 0 0.60 199.57 0.29 0.31
Hex 37 56 65 2E F 0 3C C8 1D 1F
Octal 67 126 145 56 17 0 74 310 35 37
Binary 110111 1010110 1100101 101110 1111 0 111100 11001000 11101 11111

Color Harmonies of #375665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375665

Black with #375665

Text Example


Text Example

White with #375665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375665; }

 p { color: rgb(55,86,101); }

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

background-color css

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

 a { background-color: rgb(55,86,101); }

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

border-color css

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

 span { border-color: rgb(55,86,101); }

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