Html Css Color HEX #445C68 San Juan

📋 copy color: '#445C68'

red 68 ◦ green 92 ◦ blue 104

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

Shades of San Juan #445C68

Tints of San Juan #445C68

RGB

 RED value IS 68 (26.95% from 255) = 25.76%

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

 BLUE value IS 104 (41.02% from 255) = 39.39%

R = 25.76%
G = 34.85%
B = 39.39%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#445C68 (or 0x445C68) is known color: San Juan. HEX triplet: 44, 5C and 68. RGB value is (68,92,104). Sum of RGB (Red+Green+Blue) = 68+92+104=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #445C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C68 is #BBA397. Grayscale: #565656. Windows color (decimal): -12297112 or 6839364. OLE color: 6839364.

HSL color Cylindrical-coordinate representation of color #445C68: hue angle of 200º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445C68 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 92 104 -
CMYK 0.35 0.12 0 0.59
HSL 200º 0.21% 0.34% -
HSV(B) 200º 0.35% 0.41% -
XYZ 8.71 9.88 14.55 -
YUV 86.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 68 92 104 0.35 0.12 0 0.59 200 0.21 0.34
Hex 44 5C 68 23 C 0 3B C8 15 22
Octal 104 134 150 43 14 0 73 310 25 42
Binary 1000100 1011100 1101000 100011 1100 0 111011 11001000 10101 100010

Color Harmonies of #445C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C68

Black with #445C68

Text Example


Text Example

White with #445C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445C68; }

 p { color: rgb(68,92,104); }

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

background-color css

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

 a { background-color: rgb(68,92,104); }

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

border-color css

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

 span { border-color: rgb(68,92,104); }

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