Html Css Color HEX #399899 Blue Chill

📋 copy color: '#399899'

red 57 ◦ green 152 ◦ blue 153

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

Shades of Blue Chill #399899

Tints of Blue Chill #399899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 15.75%
G = 41.99%
B = 42.27%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#399899 (or 0x399899) is known color: Blue Chill. HEX triplet: 39, 98 and 99. RGB value is (57,152,153). Sum of RGB (Red+Green+Blue) = 57+152+153=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #399899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399899 is #C66766. Grayscale: #7B7B7B. Windows color (decimal): -13002599 or 10065977. OLE color: 10065977.

HSL color Cylindrical-coordinate representation of color #399899: hue angle of 180.62º 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 #399899 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 152 153 -
CMYK 0.63 0.01 0 0.4
HSL 180.63º 0.46% 0.41% -
HSV(B) 180.63º 0.63% 0.6% -
XYZ 18.67 25.63 34.1 -
YUV 123.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 57 152 153 0.63 0.01 0 0.4 180.63 0.46 0.41
Hex 39 98 99 3F 1 0 28 B5 2E 29
Octal 71 230 231 77 1 0 50 265 56 51
Binary 111001 10011000 10011001 111111 1 0 101000 10110101 101110 101001

Color Harmonies of #399899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399899

Black with #399899

Text Example


Text Example

White with #399899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399899; }

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

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

background-color css

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

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

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

border-color css

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

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

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