Html Css Color HEX #3F988D Blue Chill

📋 copy color: '#3F988D'

red 63 ◦ green 152 ◦ blue 141

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

Shades of Blue Chill #3F988D

Tints of Blue Chill #3F988D

RGB

 RED value IS 63 (25% from 255) = 17.7%

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 17.7%
G = 42.7%
B = 39.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#3F988D (or 0x3F988D) is known color: Blue Chill. HEX triplet: 3F, 98 and 8D. RGB value is (63,152,141). Sum of RGB (Red+Green+Blue) = 63+152+141=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #3F988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F988D is #C06772. Grayscale: #7C7C7C. Windows color (decimal): -12609395 or 9279551. OLE color: 9279551.

HSL color Cylindrical-coordinate representation of color #3F988D: hue angle of 172.58º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F988D is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 141 -
CMYK 0.59 0 0.07 0.40
HSL 172.58º 0.41% 0.42% -
HSV(B) 172.58º 0.59% 0.6% -
XYZ 18.09 25.44 29.16 -
YUV 124.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 63 152 141 0.59 0 0.07 0.40 172.58 0.41 0.42
Hex 3F 98 8D 3B 0 7 28 AD 29 2A
Octal 77 230 215 73 0 7 50 255 51 52
Binary 111111 10011000 10001101 111011 0 111 101000 10101101 101001 101010

Color Harmonies of #3F988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F988D

Black with #3F988D

Text Example


Text Example

White with #3F988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F988D; }

 p { color: rgb(63,152,141); }

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

background-color css

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

 a { background-color: rgb(63,152,141); }

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

border-color css

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

 span { border-color: rgb(63,152,141); }

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