#38788E

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

Shades of Calypso #38788E

Tints of Calypso #38788E

Color information

#38788E (or 0x38788E) is unknown color: approx Calypso. HEX triplet: 38, 78 and 8E. RGB value is (56,120,142). Sum of RGB (Red+Green+Blue) = 56+120+142=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #38788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38788E is #C78771. Grayscale: #676767. Windows color (decimal): -13076338 or 9336888. OLE color: 9336888.

HSL color Cylindrical-coordinate representation of color #38788E: hue angle of 195.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38788E is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56120142-
CMYK0.610.1500.44
HSL195.35º43.43%38.82%-
HSV(B)195.35º60.56%55.69%-
XYZ13.2316.2328.03-
YUV103.37149.894.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=17.61%
G=37.74%
B=44.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561201420.610.1500.44195.3543.4338.82
Hex38788E3DF02Cc32b27
Octal7017021675170543035347
Binary1110001111000100011101111011111010110011000011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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