#38768C

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

Shades of Calypso #38768C

Tints of Calypso #38768C

Color information

#38768C (or 0x38768C) is unknown color: approx Calypso. HEX triplet: 38, 76 and 8C. RGB value is (56,118,140). Sum of RGB (Red+Green+Blue) = 56+118+140=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #38768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38768C is #C78973. Grayscale: #656565. Windows color (decimal): -13076852 or 9205304. OLE color: 9205304.

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

Color convert

RGB56118140-
CMYK0.60.1600.45
HSL195.71º42.86%38.43%-
HSV(B)195.71º60%54.9%-
XYZ12.8415.6927.16-
YUV101.97149.4695.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=17.83%
G=37.58%
B=44.59%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561181400.60.1600.45195.7142.8638.43
Hex38768C3C1002Dc42b26
Octal7016621474200553045346
Binary11100011101101000110011110010000010110111000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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