Html Css Color HEX #438E8D Blue Chill

📋 copy color: '#438E8D'

red 67 ◦ green 142 ◦ blue 141

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

Shades of Blue Chill #438E8D

Tints of Blue Chill #438E8D

RGB

 RED value IS 67 (26.56% from 255) = 19.14%

 GREEN value IS 142 (55.86% from 255) = 40.57%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 19.14%
G = 40.57%
B = 40.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#438E8D (or 0x438E8D) is known color: Blue Chill. HEX triplet: 43, 8E and 8D. RGB value is (67,142,141). Sum of RGB (Red+Green+Blue) = 67+142+141=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #438E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438E8D is #BC7172. Grayscale: #777777. Windows color (decimal): -12349811 or 9276995. OLE color: 9276995.

HSL color Cylindrical-coordinate representation of color #438E8D: hue angle of 179.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E8D is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 142 141 -
CMYK 0.53 0 0.01 0.44
HSL 179.2º 0.36% 0.41% -
HSV(B) 179.2º 0.53% 0.56% -
XYZ 16.8 22.46 28.65 -
YUV 119.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 67 142 141 0.53 0 0.01 0.44 179.2 0.36 0.41
Hex 43 8E 8D 35 0 1 2C B3 24 29
Octal 103 216 215 65 0 1 54 263 44 51
Binary 1000011 10001110 10001101 110101 0 1 101100 10110011 100100 101001

Color Harmonies of #438E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438E8D

Black with #438E8D

Text Example


Text Example

White with #438E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438E8D; }

 p { color: rgb(67,142,141); }

 H1.HeaderClassName
 {
   color: #438E8D;
 }
 .AnyTagClassName
 {
   color: #438E8D;
 }
</style>

background-color css

<style>
 a { background-color: #438E8D; }

 a { background-color: rgb(67,142,141); }

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

border-color css

<style>
 span { border-color: #438E8D; }

 span { border-color: rgb(67,142,141); }

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