Html Css Color HEX #39707D Calypso

📋 copy color: '#39707D'

red 57 ◦ green 112 ◦ blue 125

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

Shades of Calypso #39707D

Tints of Calypso #39707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 19.39%
G = 38.1%
B = 42.52%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39707D (or 0x39707D) is known color: Calypso. HEX triplet: 39, 70 and 7D. RGB value is (57,112,125). Sum of RGB (Red+Green+Blue) = 57+112+125=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #39707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39707D is #C68F82. Grayscale: #606060. Windows color (decimal): -13012867 or 8220729. OLE color: 8220729.

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

Color convert

RGB 57 112 125 -
CMYK 0.54 0.10 0 0.51
HSL 191.47º 0.37% 0.36% -
HSV(B) 191.47º 0.54% 0.49% -
XYZ 11.18 13.94 21.5 -
YUV 97.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 57 112 125 0.54 0.10 0 0.51 191.47 0.37 0.36
Hex 39 70 7D 36 A 0 33 BF 25 24
Octal 71 160 175 66 12 0 63 277 45 44
Binary 111001 1110000 1111101 110110 1010 0 110011 10111111 100101 100100

Color Harmonies of #39707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39707D

Black with #39707D

Text Example


Text Example

White with #39707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39707D; }

 p { color: rgb(57,112,125); }

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

background-color css

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

 a { background-color: rgb(57,112,125); }

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

border-color css

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

 span { border-color: rgb(57,112,125); }

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