Html Css Color HEX #3F8591 Blue Chill

📋 copy color: '#3F8591'

red 63 ◦ green 133 ◦ blue 145

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

Shades of Blue Chill #3F8591

Tints of Blue Chill #3F8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 18.48%
G = 39%
B = 42.52%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F8591 (or 0x3F8591) is known color: Blue Chill. HEX triplet: 3F, 85 and 91. RGB value is (63,133,145). Sum of RGB (Red+Green+Blue) = 63+133+145=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8591 is #C07A6E. Grayscale: #717171. Windows color (decimal): -12614255 or 9536831. OLE color: 9536831.

HSL color Cylindrical-coordinate representation of color #3F8591: hue angle of 188.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F8591 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 133 145 -
CMYK 0.57 0.08 0 0.43
HSL 188.78º 0.39% 0.41% -
HSV(B) 188.78º 0.57% 0.57% -
XYZ 15.55 19.88 29.81 -
YUV 113.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 63 133 145 0.57 0.08 0 0.43 188.78 0.39 0.41
Hex 3F 85 91 39 8 0 2B BD 27 29
Octal 77 205 221 71 10 0 53 275 47 51
Binary 111111 10000101 10010001 111001 1000 0 101011 10111101 100111 101001

Color Harmonies of #3F8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8591

Black with #3F8591

Text Example


Text Example

White with #3F8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,145); }

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

background-color css

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

 a { background-color: rgb(63,133,145); }

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

border-color css

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

 span { border-color: rgb(63,133,145); }

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