#33868D

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

Shades of Blue Chill #33868D

Tints of Blue Chill #33868D

Color information

#33868D (or 0x33868D) is unknown color: approx Blue Chill. HEX triplet: 33, 86 and 8D. RGB value is (51,134,141). Sum of RGB (Red+Green+Blue) = 51+134+141=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #33868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33868D is #CC7972. Grayscale: #6D6D6D. Windows color (decimal): -13400435 or 9274931. OLE color: 9274931.

HSL color Cylindrical-coordinate representation of color #33868D: hue angle of 184.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33868D is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51134141-
CMYK0.640.0500.45
HSL184.67º46.88%37.65%-
HSV(B)184.67º63.83%55.29%-
XYZ14.719.6828.22-
YUV109.98145.585.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=15.64%
G=41.10%
B=43.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511341410.640.0500.45184.6746.8837.65
Hex33868D40502Db92f26
Octal6320621510050552715746
Binary11001110000110100011011000000101010110110111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,134,141); }

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

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

 a { background-color: rgb(51,134,141); }

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

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

 span { border-color: rgb(51,134,141); }

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