#38868D

Color #38868D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #38868D

Tints of Blue Chill #38868D

Color information

#38868D (or 0x38868D) is unknown color: approx Blue Chill. HEX triplet: 38, 86 and 8D. RGB value is (56,134,141). Sum of RGB (Red+Green+Blue) = 56+134+141=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #38868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38868D is #C77972. Grayscale: #6F6F6F. Windows color (decimal): -13072755 or 9274936. OLE color: 9274936.

HSL color Cylindrical-coordinate representation of color #38868D: hue angle of 184.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38868D is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56134141-
CMYK0.600.0500.45
HSL184.94º43.15%38.63%-
HSV(B)184.94º60.28%55.29%-
XYZ14.9619.8128.24-
YUV111.48144.6688.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=16.92%
G=40.48%
B=42.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561341410.600.0500.45184.9443.1538.63
Hex38868D3C502Db92b27
Octal702062157450552715347
Binary1110001000011010001101111100101010110110111001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38868D; }

 p { color: rgb(56,134,141); }

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

<style>
 a { background-color: #38868D; }

 a { background-color: rgb(56,134,141); }

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

<style>
 span { border-color: #38868D; }

 span { border-color: rgb(56,134,141); }

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