#38707F

Color #38707F Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #38707F

Tints of Calypso #38707F

Color information

#38707F (or 0x38707F) is unknown color: approx Calypso. HEX triplet: 38, 70 and 7F. RGB value is (56,112,127). Sum of RGB (Red+Green+Blue) = 56+112+127=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #38707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38707F is #C78F80. Grayscale: #606060. Windows color (decimal): -13078401 or 8351800. OLE color: 8351800.

HSL color Cylindrical-coordinate representation of color #38707F: hue angle of 192.68º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38707F is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56112127-
CMYK0.560.1200.50
HSL192.68º38.8%35.88%-
HSV(B)192.68º55.91%49.8%-
XYZ11.2613.9622.18-
YUV96.97144.9598.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 127 (50% from 255) = 43.05%
R=18.98%
G=37.97%
B=43.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561121270.560.1200.50192.6838.835.88
Hex38707F38C032c12724
Octal7016017770140623014744
Binary111000111000011111111110001100011001011000001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38707F; }

 p { color: rgb(56,112,127); }

 H1.HeaderClassName
 {
   color: #38707F;
 }
 .AnyTagClassName
 {
   color: #38707F;
 }
</style>
background-color css

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

 a { background-color: rgb(56,112,127); }

 div.DivClassName
 {
   background-color: #38707F;
 }
 .BgClassName
 {
   background-color: #38707F;
 }
</style>
border-color css

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

 span { border-color: rgb(56,112,127); }

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