Html Css Color HEX #3E969B Blue Chill

📋 copy color: '#3E969B'

red 62 ◦ green 150 ◦ blue 155

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

Shades of Blue Chill #3E969B

Tints of Blue Chill #3E969B

RGB

 RED value IS 62 (24.61% from 255) = 16.89%

 GREEN value IS 150 (58.98% from 255) = 40.87%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 16.89%
G = 40.87%
B = 42.23%

CMYK

 C value IS 0.6

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E969B (or 0x3E969B) is known color: Blue Chill. HEX triplet: 3E, 96 and 9B. RGB value is (62,150,155). Sum of RGB (Red+Green+Blue) = 62+150+155=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E969B is #C16964. Grayscale: #7C7C7C. Windows color (decimal): -12675429 or 10196542. OLE color: 10196542.

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

Color convert

RGB 62 150 155 -
CMYK 0.6 0.03 0 0.39
HSL 183.23º 0.43% 0.43% -
HSV(B) 183.23º 0.6% 0.61% -
XYZ 18.81 25.2 34.88 -
YUV 124.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 62 150 155 0.6 0.03 0 0.39 183.23 0.43 0.43
Hex 3E 96 9B 3C 3 0 27 B7 2B 2B
Octal 76 226 233 74 3 0 47 267 53 53
Binary 111110 10010110 10011011 111100 11 0 100111 10110111 101011 101011

Color Harmonies of #3E969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E969B

Black with #3E969B

Text Example


Text Example

White with #3E969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,150,155); }

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

background-color css

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

 a { background-color: rgb(62,150,155); }

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

border-color css

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

 span { border-color: rgb(62,150,155); }

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