#38768B

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

Shades of Calypso #38768B

Tints of Calypso #38768B

Color information

#38768B (or 0x38768B) is unknown color: approx Calypso. HEX triplet: 38, 76 and 8B. RGB value is (56,118,139). Sum of RGB (Red+Green+Blue) = 56+118+139=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #38768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38768B is #C78974. Grayscale: #656565. Windows color (decimal): -13076853 or 9139768. OLE color: 9139768.

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

Color convert

RGB56118139-
CMYK0.600.1500.45
HSL195.18º42.56%38.24%-
HSV(B)195.18º59.71%54.51%-
XYZ12.7715.6626.78-
YUV101.86148.9695.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=17.89%
G=37.70%
B=44.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561181390.600.1500.45195.1842.5638.24
Hex38768B3CF02Dc32b26
Octal7016621374170553035346
Binary1110001110110100010111111001111010110111000011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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