#38918D

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

Shades of Blue Chill #38918D

Tints of Blue Chill #38918D

Color information

#38918D (or 0x38918D) is unknown color: approx Blue Chill. HEX triplet: 38, 91 and 8D. RGB value is (56,145,141). Sum of RGB (Red+Green+Blue) = 56+145+141=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #38918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38918D is #C76E72. Grayscale: #757575. Windows color (decimal): -13069939 or 9277752. OLE color: 9277752.

HSL color Cylindrical-coordinate representation of color #38918D: hue angle of 177.3º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38918D is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB56145141-
CMYK0.6100.030.43
HSL177.3º44.28%39.41%-
HSV(B)177.3º61.38%56.86%-
XYZ16.5623.0128.77-
YUV117.93141.0183.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=16.37%
G=42.40%
B=41.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451410.6100.030.43177.344.2839.41
Hex38918D3D032Bb12c27
Octal702212157503532615447
Binary111000100100011000110111110101110101110110001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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