Html Css Color HEX #438B8B Blue Chill

📋 copy color: '#438B8B'

red 67 ◦ green 139 ◦ blue 139

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

Shades of Blue Chill #438B8B

Tints of Blue Chill #438B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 19.42%
G = 40.29%
B = 40.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#438B8B (or 0x438B8B) is known color: Blue Chill. HEX triplet: 43, 8B and 8B. RGB value is (67,139,139). Sum of RGB (Red+Green+Blue) = 67+139+139=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #438B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B8B is #BC7474. Grayscale: #757575. Windows color (decimal): -12350581 or 9145155. OLE color: 9145155.

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

Color convert

RGB 67 139 139 -
CMYK 0.52 0 0 0.45
HSL 180º 0.35% 0.4% -
HSV(B) 180º 0.52% 0.55% -
XYZ 16.21 21.52 27.73 -
YUV 117.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 67 139 139 0.52 0 0 0.45 180 0.35 0.4
Hex 43 8B 8B 34 0 0 2D B4 23 28
Octal 103 213 213 64 0 0 55 264 43 50
Binary 1000011 10001011 10001011 110100 0 0 101101 10110100 100011 101000

Color Harmonies of #438B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B8B

Black with #438B8B

Text Example


Text Example

White with #438B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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