Html Css Color HEX #438B93 Blue Chill

📋 copy color: '#438B93'

red 67 ◦ green 139 ◦ blue 147

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

Shades of Blue Chill #438B93

Tints of Blue Chill #438B93

RGB

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

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

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

R = 18.98%
G = 39.38%
B = 41.64%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438B93 (or 0x438B93) is known color: Blue Chill. HEX triplet: 43, 8B and 93. RGB value is (67,139,147). Sum of RGB (Red+Green+Blue) = 67+139+147=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #438B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B93 is #BC746C. Grayscale: #767676. Windows color (decimal): -12350573 or 9669443. OLE color: 9669443.

HSL color Cylindrical-coordinate representation of color #438B93: hue angle of 186º 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 #438B93 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 139 147 -
CMYK 0.54 0.05 0 0.42
HSL 186º 0.37% 0.42% -
HSV(B) 186º 0.54% 0.58% -
XYZ 16.81 21.77 30.92 -
YUV 118.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 67 139 147 0.54 0.05 0 0.42 186 0.37 0.42
Hex 43 8B 93 36 5 0 2A BA 25 2A
Octal 103 213 223 66 5 0 52 272 45 52
Binary 1000011 10001011 10010011 110110 101 0 101010 10111010 100101 101010

Color Harmonies of #438B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B93

Black with #438B93

Text Example


Text Example

White with #438B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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