#38928B

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

Shades of Blue Chill #38928B

Tints of Blue Chill #38928B

Color information

#38928B (or 0x38928B) is unknown color: approx Blue Chill. HEX triplet: 38, 92 and 8B. RGB value is (56,146,139). Sum of RGB (Red+Green+Blue) = 56+146+139=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #38928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38928B is #C76D74. Grayscale: #767676. Windows color (decimal): -13069685 or 9146936. OLE color: 9146936.

HSL color Cylindrical-coordinate representation of color #38928B: hue angle of 175.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38928B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB56146139-
CMYK0.6200.050.43
HSL175.33º44.55%39.61%-
HSV(B)175.33º61.64%57.25%-
XYZ16.5723.2628.04-
YUV118.29139.6883.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=16.42%
G=42.82%
B=40.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461390.6200.050.43175.3344.5539.61
Hex38928B3E052Baf2d28
Octal702222137605532575550
Binary1110001001001010001011111110010110101110101111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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