Html Css Color HEX #438A93 Blue Chill

📋 copy color: '#438A93'

red 67 ◦ green 138 ◦ blue 147

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

Shades of Blue Chill #438A93

Tints of Blue Chill #438A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 19.03%
G = 39.2%
B = 41.76%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438A93 (or 0x438A93) is known color: Blue Chill. HEX triplet: 43, 8A and 93. RGB value is (67,138,147). Sum of RGB (Red+Green+Blue) = 67+138+147=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #438A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A93 is #BC756C. Grayscale: #757575. Windows color (decimal): -12350829 or 9669187. OLE color: 9669187.

HSL color Cylindrical-coordinate representation of color #438A93: hue angle of 186.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438A93 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 138 147 -
CMYK 0.54 0.06 0 0.42
HSL 186.75º 0.37% 0.42% -
HSV(B) 186.75º 0.54% 0.58% -
XYZ 16.67 21.48 30.87 -
YUV 117.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 67 138 147 0.54 0.06 0 0.42 186.75 0.37 0.42
Hex 43 8A 93 36 6 0 2A BB 25 2A
Octal 103 212 223 66 6 0 52 273 45 52
Binary 1000011 10001010 10010011 110110 110 0 101010 10111011 100101 101010

Color Harmonies of #438A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438A93

Black with #438A93

Text Example


Text Example

White with #438A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,138,147); }

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

background-color css

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

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

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

border-color css

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

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

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