Html Css Color HEX #3D9299 Blue Chill

📋 copy color: '#3D9299'

red 61 ◦ green 146 ◦ blue 153

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

Shades of Blue Chill #3D9299

Tints of Blue Chill #3D9299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 16.94%
G = 40.56%
B = 42.5%

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

#3D9299 (or 0x3D9299) is known color: Blue Chill. HEX triplet: 3D, 92 and 99. RGB value is (61,146,153). Sum of RGB (Red+Green+Blue) = 61+146+153=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D9299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9299 is #C26D66. Grayscale: #797979. Windows color (decimal): -12741991 or 10064445. OLE color: 10064445.

HSL color Cylindrical-coordinate representation of color #3D9299: hue angle of 184.57º 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 #3D9299 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 146 153 -
CMYK 0.60 0.05 0 0.4
HSL 184.57º 0.43% 0.42% -
HSV(B) 184.57º 0.6% 0.6% -
XYZ 17.95 23.85 33.79 -
YUV 121.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 61 146 153 0.60 0.05 0 0.4 184.57 0.43 0.42
Hex 3D 92 99 3C 5 0 28 B9 2B 2A
Octal 75 222 231 74 5 0 50 271 53 52
Binary 111101 10010010 10011001 111100 101 0 101000 10111001 101011 101010

Color Harmonies of #3D9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9299

Black with #3D9299

Text Example


Text Example

White with #3D9299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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