Html Css Color HEX #3F8F99 Blue Chill

📋 copy color: '#3F8F99'

red 63 ◦ green 143 ◦ blue 153

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

Shades of Blue Chill #3F8F99

Tints of Blue Chill #3F8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 17.55%
G = 39.83%
B = 42.62%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F8F99 (or 0x3F8F99) is known color: Blue Chill. HEX triplet: 3F, 8F and 99. RGB value is (63,143,153). Sum of RGB (Red+Green+Blue) = 63+143+153=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8F99 is #C07066. Grayscale: #787878. Windows color (decimal): -12611687 or 10063679. OLE color: 10063679.

HSL color Cylindrical-coordinate representation of color #3F8F99: hue angle of 186.67º degrees, saturation: 0.42, 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 #3F8F99 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 143 153 -
CMYK 0.59 0.07 0 0.4
HSL 186.67º 0.42% 0.42% -
HSV(B) 186.67º 0.59% 0.6% -
XYZ 17.62 23 33.65 -
YUV 120.22 146.5 87.19 -
System Red Green Blue C M Y K H S L
Decimal 63 143 153 0.59 0.07 0 0.4 186.67 0.42 0.42
Hex 3F 8F 99 3B 7 0 28 BB 2A 2A
Octal 77 217 231 73 7 0 50 273 52 52
Binary 111111 10001111 10011001 111011 111 0 101000 10111011 101010 101010

Color Harmonies of #3F8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8F99

Black with #3F8F99

Text Example


Text Example

White with #3F8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,143,153); }

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

background-color css

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

 a { background-color: rgb(63,143,153); }

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

border-color css

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

 span { border-color: rgb(63,143,153); }

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