Html Css Color HEX #438986 Blue Chill

📋 copy color: '#438986'

red 67 ◦ green 137 ◦ blue 134

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

Shades of Blue Chill #438986

Tints of Blue Chill #438986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 19.82%
G = 40.53%
B = 39.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#438986 (or 0x438986) is known color: Blue Chill. HEX triplet: 43, 89 and 86. RGB value is (67,137,134). Sum of RGB (Red+Green+Blue) = 67+137+134=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #438986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438986 is #BC7679. Grayscale: #737373. Windows color (decimal): -12351098 or 8816963. OLE color: 8816963.

HSL color Cylindrical-coordinate representation of color #438986: hue angle of 177.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438986 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 137 134 -
CMYK 0.51 0 0.02 0.46
HSL 177.43º 0.34% 0.4% -
HSV(B) 177.43º 0.51% 0.54% -
XYZ 15.56 20.81 25.75 -
YUV 115.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 67 137 134 0.51 0 0.02 0.46 177.43 0.34 0.4
Hex 43 89 86 33 0 2 2E B1 22 28
Octal 103 211 206 63 0 2 56 261 42 50
Binary 1000011 10001001 10000110 110011 0 10 101110 10110001 100010 101000

Color Harmonies of #438986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438986

Black with #438986

Text Example


Text Example

White with #438986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438986; }

 p { color: rgb(67,137,134); }

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

background-color css

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

 a { background-color: rgb(67,137,134); }

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

border-color css

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

 span { border-color: rgb(67,137,134); }

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