Html Css Color HEX #3D9199 Blue Chill

📋 copy color: '#3D9199'

red 61 ◦ green 145 ◦ blue 153

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

Shades of Blue Chill #3D9199

Tints of Blue Chill #3D9199

RGB

 RED value IS 61 (24.22% from 255) = 16.99%

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 16.99%
G = 40.39%
B = 42.62%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3D9199 (or 0x3D9199) is known color: Blue Chill. HEX triplet: 3D, 91 and 99. RGB value is (61,145,153). Sum of RGB (Red+Green+Blue) = 61+145+153=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 145 (57.03% from 255 or 40.39% 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 #3D9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9199 is #C26E66. Grayscale: #787878. Windows color (decimal): -12742247 or 10064189. OLE color: 10064189.

HSL color Cylindrical-coordinate representation of color #3D9199: hue angle of 185.22º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9199 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 145 153 -
CMYK 0.60 0.05 0 0.4
HSL 185.22º 0.43% 0.42% -
HSV(B) 185.22º 0.6% 0.6% -
XYZ 17.8 23.54 33.74 -
YUV 120.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 61 145 153 0.60 0.05 0 0.4 185.22 0.43 0.42
Hex 3D 91 99 3C 5 0 28 B9 2B 2A
Octal 75 221 231 74 5 0 50 271 53 52
Binary 111101 10010001 10011001 111100 101 0 101000 10111001 101011 101010

Color Harmonies of #3D9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9199

Black with #3D9199

Text Example


Text Example

White with #3D9199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,145,153); }

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

background-color css

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

 a { background-color: rgb(61,145,153); }

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

border-color css

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

 span { border-color: rgb(61,145,153); }

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