#38999B

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

Shades of Blue Chill #38999B

Tints of Blue Chill #38999B

Color information

#38999B (or 0x38999B) is unknown color: approx Blue Chill. HEX triplet: 38, 99 and 9B. RGB value is (56,153,155). Sum of RGB (Red+Green+Blue) = 56+153+155=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #38999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38999B is #C76664. Grayscale: #7C7C7C. Windows color (decimal): -13067877 or 10197304. OLE color: 10197304.

HSL color Cylindrical-coordinate representation of color #38999B: hue angle of 181.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38999B is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56153155-
CMYK0.640.0100.39
HSL181.21º46.92%41.37%-
HSV(B)181.21º63.87%60.78%-
XYZ18.9425.9935.03-
YUV124.22145.3679.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.38%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=15.38%
G=42.03%
B=42.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561531550.640.0100.39181.2146.9241.37
Hex38999B401027b52f29
Octal7023123310010472655751
Binary111000100110011001101110000001010011110110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,153,155); }

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

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

 a { background-color: rgb(56,153,155); }

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

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

 span { border-color: rgb(56,153,155); }

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