Html Css Color HEX #338D87 Blue Chill

📋 copy color: '#338D87'

red 51 ◦ green 141 ◦ blue 135

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

Shades of Blue Chill #338D87

Tints of Blue Chill #338D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 15.6%
G = 43.12%
B = 41.28%

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

#338D87 (or 0x338D87) is known color: Blue Chill. HEX triplet: 33, 8D and 87. RGB value is (51,141,135). Sum of RGB (Red+Green+Blue) = 51+141+135=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #338D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D87 is #CC7278. Grayscale: #717171. Windows color (decimal): -13398649 or 8883507. OLE color: 8883507.

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

Color convert

RGB 51 141 135 -
CMYK 0.64 0 0.04 0.45
HSL 176º 0.47% 0.38% -
HSV(B) 176º 0.64% 0.55% -
XYZ 15.26 21.5 26.27 -
YUV 113.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 51 141 135 0.64 0 0.04 0.45 176 0.47 0.38
Hex 33 8D 87 40 0 4 2D B0 2F 26
Octal 63 215 207 100 0 4 55 260 57 46
Binary 110011 10001101 10000111 1000000 0 100 101101 10110000 101111 100110

Color Harmonies of #338D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D87

Black with #338D87

Text Example


Text Example

White with #338D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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