#38707E

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

Shades of Calypso #38707E

Tints of Calypso #38707E

Color information

#38707E (or 0x38707E) is unknown color: approx Calypso. HEX triplet: 38, 70 and 7E. RGB value is (56,112,126). Sum of RGB (Red+Green+Blue) = 56+112+126=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #38707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38707E is #C78F81. Grayscale: #606060. Windows color (decimal): -13078402 or 8286264. OLE color: 8286264.

HSL color Cylindrical-coordinate representation of color #38707E: hue angle of 192º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38707E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB56112126-
CMYK0.560.1100.51
HSL192º38.46%35.69%-
HSV(B)192º55.56%49.41%-
XYZ11.1913.9421.84-
YUV96.85144.4598.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561121260.560.1100.5119238.4635.69
Hex38707E38B033c02624
Octal7016017670130633004644
Binary111000111000011111101110001011011001111000000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,112,126); }

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

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

 a { background-color: rgb(56,112,126); }

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

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

 span { border-color: rgb(56,112,126); }

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