Html Css Color HEX #388F8C Blue Chill

📋 copy color: '#388F8C'

red 56 ◦ green 143 ◦ blue 140

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

Shades of Blue Chill #388F8C

Tints of Blue Chill #388F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.18%

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 16.52%
G = 42.18%
B = 41.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#388F8C (or 0x388F8C) is known color: Blue Chill. HEX triplet: 38, 8F and 8C. RGB value is (56,143,140). Sum of RGB (Red+Green+Blue) = 56+143+140=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #388F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F8C is #C77073. Grayscale: #747474. Windows color (decimal): -13070452 or 9211704. OLE color: 9211704.

HSL color Cylindrical-coordinate representation of color #388F8C: hue angle of 177.93º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F8C is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 140 -
CMYK 0.61 0 0.02 0.44
HSL 177.93º 0.44% 0.39% -
HSV(B) 177.93º 0.61% 0.56% -
XYZ 16.19 22.38 28.28 -
YUV 116.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 56 143 140 0.61 0 0.02 0.44 177.93 0.44 0.39
Hex 38 8F 8C 3D 0 2 2C B2 2C 27
Octal 70 217 214 75 0 2 54 262 54 47
Binary 111000 10001111 10001100 111101 0 10 101100 10110010 101100 100111

Color Harmonies of #388F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F8C

Black with #388F8C

Text Example


Text Example

White with #388F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,140); }

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

background-color css

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

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

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

border-color css

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

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

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