#38788B

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

Shades of Calypso #38788B

Tints of Calypso #38788B

Color information

#38788B (or 0x38788B) is unknown color: approx Calypso. HEX triplet: 38, 78 and 8B. RGB value is (56,120,139). Sum of RGB (Red+Green+Blue) = 56+120+139=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #38788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38788B is #C78774. Grayscale: #666666. Windows color (decimal): -13076341 or 9140280. OLE color: 9140280.

HSL color Cylindrical-coordinate representation of color #38788B: hue angle of 193.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38788B is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56120139-
CMYK0.600.1400.45
HSL193.73º42.56%38.24%-
HSV(B)193.73º59.71%54.51%-
XYZ13.0116.1426.86-
YUV103.03148.394.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=17.78%
G=38.10%
B=44.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561201390.600.1400.45193.7342.5638.24
Hex38788B3CE02Dc22b26
Octal7017021374160553025346
Binary1110001111000100010111111001110010110111000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38788B; }

 p { color: rgb(56,120,139); }

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

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

 a { background-color: rgb(56,120,139); }

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

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

 span { border-color: rgb(56,120,139); }

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