Html Css Color HEX #38958D Blue Chill

📋 copy color: '#38958D'

red 56 ◦ green 149 ◦ blue 141

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

Shades of Blue Chill #38958D

Tints of Blue Chill #38958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 16.18%
G = 43.06%
B = 40.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#38958D (or 0x38958D) is known color: Blue Chill. HEX triplet: 38, 95 and 8D. RGB value is (56,149,141). Sum of RGB (Red+Green+Blue) = 56+149+141=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #38958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38958D is #C76A72. Grayscale: #787878. Windows color (decimal): -13068915 or 9278776. OLE color: 9278776.

HSL color Cylindrical-coordinate representation of color #38958D: hue angle of 174.84º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38958D is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 141 -
CMYK 0.62 0 0.05 0.42
HSL 174.84º 0.45% 0.4% -
HSV(B) 174.84º 0.62% 0.58% -
XYZ 17.19 24.26 28.98 -
YUV 120.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 56 149 141 0.62 0 0.05 0.42 174.84 0.45 0.4
Hex 38 95 8D 3E 0 5 2A AF 2D 28
Octal 70 225 215 76 0 5 52 257 55 50
Binary 111000 10010101 10001101 111110 0 101 101010 10101111 101101 101000

Color Harmonies of #38958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38958D

Black with #38958D

Text Example


Text Example

White with #38958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38958D; }

 p { color: rgb(56,149,141); }

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

background-color css

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

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

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

border-color css

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

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

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