Html Css Color HEX #396D7C Calypso

📋 copy color: '#396D7C'

red 57 ◦ green 109 ◦ blue 124

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

Shades of Calypso #396D7C

Tints of Calypso #396D7C

RGB

 RED value IS 57 (22.66% from 255) = 19.66%

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 19.66%
G = 37.59%
B = 42.76%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#396D7C (or 0x396D7C) is known color: Calypso. HEX triplet: 39, 6D and 7C. RGB value is (57,109,124). Sum of RGB (Red+Green+Blue) = 57+109+124=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #396D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D7C is #C69283. Grayscale: #5F5F5F. Windows color (decimal): -13013636 or 8154425. OLE color: 8154425.

HSL color Cylindrical-coordinate representation of color #396D7C: hue angle of 193.43º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396D7C is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 109 124 -
CMYK 0.54 0.12 0 0.51
HSL 193.43º 0.37% 0.35% -
HSV(B) 193.43º 0.54% 0.49% -
XYZ 10.79 13.26 21.06 -
YUV 95.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 57 109 124 0.54 0.12 0 0.51 193.43 0.37 0.35
Hex 39 6D 7C 36 C 0 33 C1 25 23
Octal 71 155 174 66 14 0 63 301 45 43
Binary 111001 1101101 1111100 110110 1100 0 110011 11000001 100101 100011

Color Harmonies of #396D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D7C

Black with #396D7C

Text Example


Text Example

White with #396D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D7C; }

 p { color: rgb(57,109,124); }

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

background-color css

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

 a { background-color: rgb(57,109,124); }

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

border-color css

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

 span { border-color: rgb(57,109,124); }

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