Html Css Color HEX #38938D Blue Chill

📋 copy color: '#38938D'

red 56 ◦ green 147 ◦ blue 141

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

Shades of Blue Chill #38938D

Tints of Blue Chill #38938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 16.28%
G = 42.73%
B = 40.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#38938D (or 0x38938D) is known color: Blue Chill. HEX triplet: 38, 93 and 8D. RGB value is (56,147,141). Sum of RGB (Red+Green+Blue) = 56+147+141=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #38938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38938D is #C76C72. Grayscale: #777777. Windows color (decimal): -13069427 or 9278264. OLE color: 9278264.

HSL color Cylindrical-coordinate representation of color #38938D: hue angle of 176.04º 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 #38938D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 141 -
CMYK 0.62 0 0.04 0.42
HSL 176.04º 0.45% 0.4% -
HSV(B) 176.04º 0.62% 0.58% -
XYZ 16.87 23.63 28.87 -
YUV 119.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 56 147 141 0.62 0 0.04 0.42 176.04 0.45 0.4
Hex 38 93 8D 3E 0 4 2A B0 2D 28
Octal 70 223 215 76 0 4 52 260 55 50
Binary 111000 10010011 10001101 111110 0 100 101010 10110000 101101 101000

Color Harmonies of #38938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38938D

Black with #38938D

Text Example


Text Example

White with #38938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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