Html Css Color HEX #438C88 Blue Chill

📋 copy color: '#438C88'

red 67 ◦ green 140 ◦ blue 136

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

Shades of Blue Chill #438C88

Tints of Blue Chill #438C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

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

R = 19.53%
G = 40.82%
B = 39.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#438C88 (or 0x438C88) is known color: Blue Chill. HEX triplet: 43, 8C and 88. RGB value is (67,140,136). Sum of RGB (Red+Green+Blue) = 67+140+136=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #438C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438C88 is #BC7377. Grayscale: #757575. Windows color (decimal): -12350328 or 8948803. OLE color: 8948803.

HSL color Cylindrical-coordinate representation of color #438C88: hue angle of 176.71º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C88 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 140 136 -
CMYK 0.52 0 0.03 0.45
HSL 176.71º 0.35% 0.41% -
HSV(B) 176.71º 0.52% 0.55% -
XYZ 16.14 21.73 26.64 -
YUV 117.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 67 140 136 0.52 0 0.03 0.45 176.71 0.35 0.41
Hex 43 8C 88 34 0 3 2D B1 23 29
Octal 103 214 210 64 0 3 55 261 43 51
Binary 1000011 10001100 10001000 110100 0 11 101101 10110001 100011 101001

Color Harmonies of #438C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438C88

Black with #438C88

Text Example


Text Example

White with #438C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,140,136); }

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

background-color css

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

 a { background-color: rgb(67,140,136); }

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

border-color css

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

 span { border-color: rgb(67,140,136); }

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