Html Css Color HEX #389898 Blue Chill

📋 copy color: '#389898'

red 56 ◦ green 152 ◦ blue 152

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

Shades of Blue Chill #389898

Tints of Blue Chill #389898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 15.56%
G = 42.22%
B = 42.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#389898 (or 0x389898) is known color: Blue Chill. HEX triplet: 38, 98 and 98. RGB value is (56,152,152). Sum of RGB (Red+Green+Blue) = 56+152+152=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #389898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389898 is #C76767. Grayscale: #7B7B7B. Windows color (decimal): -13068136 or 10000440. OLE color: 10000440.

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

Color convert

RGB 56 152 152 -
CMYK 0.63 0 0 0.40
HSL 180º 0.46% 0.41% -
HSV(B) 180º 0.63% 0.6% -
XYZ 18.53 25.56 33.66 -
YUV 123.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 56 152 152 0.63 0 0 0.40 180 0.46 0.41
Hex 38 98 98 3F 0 0 28 B4 2E 29
Octal 70 230 230 77 0 0 50 264 56 51
Binary 111000 10011000 10011000 111111 0 0 101000 10110100 101110 101001

Color Harmonies of #389898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389898

Black with #389898

Text Example


Text Example

White with #389898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389898; }

 p { color: rgb(56,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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