Html Css Color HEX #399299 Blue Chill

📋 copy color: '#399299'

red 57 ◦ green 146 ◦ blue 153

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

Shades of Blue Chill #399299

Tints of Blue Chill #399299

RGB

 RED value IS 57 (22.66% from 255) = 16.01%

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

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

R = 16.01%
G = 41.01%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#399299 (or 0x399299) is known color: Blue Chill. HEX triplet: 39, 92 and 99. RGB value is (57,146,153). Sum of RGB (Red+Green+Blue) = 57+146+153=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #399299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399299 is #C66D66. Grayscale: #787878. Windows color (decimal): -13004135 or 10064441. OLE color: 10064441.

HSL color Cylindrical-coordinate representation of color #399299: hue angle of 184.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399299 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 146 153 -
CMYK 0.63 0.05 0 0.4
HSL 184.38º 0.46% 0.41% -
HSV(B) 184.38º 0.63% 0.6% -
XYZ 17.72 23.73 33.78 -
YUV 120.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 57 146 153 0.63 0.05 0 0.4 184.38 0.46 0.41
Hex 39 92 99 3F 5 0 28 B8 2E 29
Octal 71 222 231 77 5 0 50 270 56 51
Binary 111001 10010010 10011001 111111 101 0 101000 10111000 101110 101001

Color Harmonies of #399299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399299

Black with #399299

Text Example


Text Example

White with #399299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399299; }

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

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

background-color css

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

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

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

border-color css

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

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

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