#388DD8

Color #388DD8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #388DD8

Tints of Curious Blue #388DD8

Color information

#388DD8 (or 0x388DD8) is unknown color: approx Curious Blue. HEX triplet: 38, 8D and D8. RGB value is (56,141,216). Sum of RGB (Red+Green+Blue) = 56+141+216=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #388DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD8 is #C77227. Grayscale: #7B7B7B. Windows color (decimal): -13070888 or 14191928. OLE color: 14191928.

HSL color Cylindrical-coordinate representation of color #388DD8: hue angle of 208.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388DD8 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB56141216-
CMYK0.740.3500.15
HSL208.12º67.23%53.33%-
HSV(B)208.12º74.07%84.71%-
XYZ23.5524.8568.52-
YUV124.14179.8479.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=13.56%
G=34.14%
B=52.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal561412160.740.3500.15208.1267.2353.33
Hex388DD84A230Fd04335
Octal702153301124301732010365
Binary1110001000110111011000100101010001101111110100001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #388DD8;
 }
 .AnyTagClassName
 {
   color: #388DD8;
 }
</style>
background-color css

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

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

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

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

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

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