#38888C

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

Shades of Blue Chill #38888C

Tints of Blue Chill #38888C

Color information

#38888C (or 0x38888C) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 8C. RGB value is (56,136,140). Sum of RGB (Red+Green+Blue) = 56+136+140=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #38888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38888C is #C77773. Grayscale: #707070. Windows color (decimal): -13072244 or 9209912. OLE color: 9209912.

HSL color Cylindrical-coordinate representation of color #38888C: hue angle of 182.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38888C is Cyan = 0.6, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56136140-
CMYK0.60.0300.45
HSL182.86º42.86%38.43%-
HSV(B)182.86º60%54.9%-
XYZ15.1720.3427.94-
YUV112.54143.587.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=16.87%
G=40.96%
B=42.17%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561361400.60.0300.45182.8642.8638.43
Hex38888C3C302Db72b26
Octal702102147430552675346
Binary111000100010001000110011110011010110110110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38888C; }

 p { color: rgb(56,136,140); }

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

<style>
 a { background-color: #38888C; }

 a { background-color: rgb(56,136,140); }

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

<style>
 span { border-color: #38888C; }

 span { border-color: rgb(56,136,140); }

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