#38798C

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

Shades of Calypso #38798C

Tints of Calypso #38798C

Color information

#38798C (or 0x38798C) is unknown color: approx Calypso. HEX triplet: 38, 79 and 8C. RGB value is (56,121,140). Sum of RGB (Red+Green+Blue) = 56+121+140=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #38798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38798C is #C78673. Grayscale: #676767. Windows color (decimal): -13076084 or 9206072. OLE color: 9206072.

HSL color Cylindrical-coordinate representation of color #38798C: hue angle of 193.57º 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 #38798C is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56121140-
CMYK0.60.1400.45
HSL193.57º42.86%38.43%-
HSV(B)193.57º60%54.9%-
XYZ13.216.4127.28-
YUV103.73148.4793.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=17.67%
G=38.17%
B=44.16%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561211400.60.1400.45193.5742.8638.43
Hex38798C3CE02Dc22b26
Octal7017121474160553025346
Binary1110001111001100011001111001110010110111000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38798C; }

 p { color: rgb(56,121,140); }

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

<style>
 a { background-color: #38798C; }

 a { background-color: rgb(56,121,140); }

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

<style>
 span { border-color: #38798C; }

 span { border-color: rgb(56,121,140); }

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