Html Css Color HEX #389299 Blue Chill

📋 copy color: '#389299'

red 56 ◦ green 146 ◦ blue 153

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

Shades of Blue Chill #389299

Tints of Blue Chill #389299

RGB

 RED value IS 56 (22.27% from 255) = 15.77%

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

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

R = 15.77%
G = 41.13%
B = 43.1%

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

#389299 (or 0x389299) is known color: Blue Chill. HEX triplet: 38, 92 and 99. RGB value is (56,146,153). Sum of RGB (Red+Green+Blue) = 56+146+153=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #389299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389299 is #C76D66. Grayscale: #777777. Windows color (decimal): -13069671 or 10064440. OLE color: 10064440.

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

Color convert

RGB 56 146 153 -
CMYK 0.63 0.05 0 0.4
HSL 184.33º 0.46% 0.41% -
HSV(B) 184.33º 0.63% 0.6% -
XYZ 17.66 23.7 33.78 -
YUV 119.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 56 146 153 0.63 0.05 0 0.4 184.33 0.46 0.41
Hex 38 92 99 3F 5 0 28 B8 2E 29
Octal 70 222 231 77 5 0 50 270 56 51
Binary 111000 10010010 10011001 111111 101 0 101000 10111000 101110 101001

Color Harmonies of #389299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389299

Black with #389299

Text Example


Text Example

White with #389299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389299; }

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

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

background-color css

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

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

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

border-color css

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

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

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