Html Css Color HEX #438993 Blue Chill

📋 copy color: '#438993'

red 67 ◦ green 137 ◦ blue 147

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

Shades of Blue Chill #438993

Tints of Blue Chill #438993

RGB

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

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

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

R = 19.09%
G = 39.03%
B = 41.88%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438993 (or 0x438993) is known color: Blue Chill. HEX triplet: 43, 89 and 93. RGB value is (67,137,147). Sum of RGB (Red+Green+Blue) = 67+137+147=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #438993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438993 is #BC766C. Grayscale: #757575. Windows color (decimal): -12351085 or 9668931. OLE color: 9668931.

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

Color convert

RGB 67 137 147 -
CMYK 0.54 0.07 0 0.42
HSL 187.5º 0.37% 0.42% -
HSV(B) 187.5º 0.54% 0.58% -
XYZ 16.53 21.19 30.82 -
YUV 117.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 67 137 147 0.54 0.07 0 0.42 187.5 0.37 0.42
Hex 43 89 93 36 7 0 2A BC 25 2A
Octal 103 211 223 66 7 0 52 274 45 52
Binary 1000011 10001001 10010011 110110 111 0 101010 10111100 100101 101010

Color Harmonies of #438993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438993

Black with #438993

Text Example


Text Example

White with #438993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438993; }

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

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

background-color css

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

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

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

border-color css

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

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

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