#338A8E

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

Shades of Blue Chill #338A8E

Tints of Blue Chill #338A8E

Color information

#338A8E (or 0x338A8E) is unknown color: approx Blue Chill. HEX triplet: 33, 8A and 8E. RGB value is (51,138,142). Sum of RGB (Red+Green+Blue) = 51+138+142=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #338A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A8E is #CC7571. Grayscale: #707070. Windows color (decimal): -13399410 or 9341491. OLE color: 9341491.

HSL color Cylindrical-coordinate representation of color #338A8E: hue angle of 182.64º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338A8E is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51138142-
CMYK0.640.0300.44
HSL182.64º47.15%37.84%-
HSV(B)182.64º64.08%55.69%-
XYZ15.3420.8328.8-
YUV112.44144.6884.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=15.41%
G=41.69%
B=42.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511381420.640.0300.44182.6447.1537.84
Hex338A8E40302Cb72f26
Octal6321221610030542675746
Binary1100111000101010001110100000011010110010110111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A8E; }

 p { color: rgb(51,138,142); }

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

<style>
 a { background-color: #338A8E; }

 a { background-color: rgb(51,138,142); }

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

<style>
 span { border-color: #338A8E; }

 span { border-color: rgb(51,138,142); }

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