Html Css Color HEX #388D94 Blue Chill

📋 copy color: '#388D94'

red 56 ◦ green 141 ◦ blue 148

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

Shades of Blue Chill #388D94

Tints of Blue Chill #388D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 16.23%
G = 40.87%
B = 42.9%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388D94 (or 0x388D94) is known color: Blue Chill. HEX triplet: 38, 8D and 94. RGB value is (56,141,148). Sum of RGB (Red+Green+Blue) = 56+141+148=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #388D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D94 is #C7726B. Grayscale: #747474. Windows color (decimal): -13070956 or 9735480. OLE color: 9735480.

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

Color convert

RGB 56 141 148 -
CMYK 0.62 0.05 0 0.42
HSL 184.57º 0.45% 0.4% -
HSV(B) 184.57º 0.62% 0.58% -
XYZ 16.5 22.03 31.4 -
YUV 116.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 56 141 148 0.62 0.05 0 0.42 184.57 0.45 0.4
Hex 38 8D 94 3E 5 0 2A B9 2D 28
Octal 70 215 224 76 5 0 52 271 55 50
Binary 111000 10001101 10010100 111110 101 0 101010 10111001 101101 101000

Color Harmonies of #388D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D94

Black with #388D94

Text Example


Text Example

White with #388D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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