Html Css Color HEX #338D88 Blue Chill

📋 copy color: '#338D88'

red 51 ◦ green 141 ◦ blue 136

#338D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #338D88

Tints of Blue Chill #338D88

RGB

 RED value IS 51 (20.31% from 255) = 15.55%

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 136 (53.52% from 255) = 41.46%

R = 15.55%
G = 42.99%
B = 41.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#338D88 (or 0x338D88) is known color: Blue Chill. HEX triplet: 33, 8D and 88. RGB value is (51,141,136). Sum of RGB (Red+Green+Blue) = 51+141+136=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #338D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D88 is #CC7277. Grayscale: #717171. Windows color (decimal): -13398648 or 8949043. OLE color: 8949043.

HSL color Cylindrical-coordinate representation of color #338D88: hue angle of 176.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 #338D88 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 141 136 -
CMYK 0.64 0 0.04 0.45
HSL 176.67º 0.47% 0.38% -
HSV(B) 176.67º 0.64% 0.55% -
XYZ 15.33 21.53 26.64 -
YUV 113.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 51 141 136 0.64 0 0.04 0.45 176.67 0.47 0.38
Hex 33 8D 88 40 0 4 2D B1 2F 26
Octal 63 215 210 100 0 4 55 261 57 46
Binary 110011 10001101 10001000 1000000 0 100 101101 10110001 101111 100110

Color Harmonies of #338D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D88

Black with #338D88

Text Example


Text Example

White with #338D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #338D88;
 }
 .AnyTagClassName
 {
   color: #338D88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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