Html Css Color HEX #388C8E Blue Chill

📋 copy color: '#388C8E'

red 56 ◦ green 140 ◦ blue 142

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

Shades of Blue Chill #388C8E

Tints of Blue Chill #388C8E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 16.57%
G = 41.42%
B = 42.01%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#388C8E (or 0x388C8E) is known color: Blue Chill. HEX triplet: 38, 8C and 8E. RGB value is (56,140,142). Sum of RGB (Red+Green+Blue) = 56+140+142=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #388C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C8E is #C77371. Grayscale: #737373. Windows color (decimal): -13071218 or 9342008. OLE color: 9342008.

HSL color Cylindrical-coordinate representation of color #388C8E: hue angle of 181.4º degrees, saturation: 0.43, 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 #388C8E is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 140 142 -
CMYK 0.61 0.01 0 0.44
HSL 181.4º 0.43% 0.39% -
HSV(B) 181.4º 0.61% 0.56% -
XYZ 15.89 21.55 28.91 -
YUV 115.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 56 140 142 0.61 0.01 0 0.44 181.4 0.43 0.39
Hex 38 8C 8E 3D 1 0 2C B5 2B 27
Octal 70 214 216 75 1 0 54 265 53 47
Binary 111000 10001100 10001110 111101 1 0 101100 10110101 101011 100111

Color Harmonies of #388C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C8E

Black with #388C8E

Text Example


Text Example

White with #388C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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