#388DC8

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

Shades of Curious Blue #388DC8

Tints of Curious Blue #388DC8

Color information

#388DC8 (or 0x388DC8) is unknown color: approx Curious Blue. HEX triplet: 38, 8D and C8. RGB value is (56,141,200). Sum of RGB (Red+Green+Blue) = 56+141+200=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #388DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DC8 is #C77237. Grayscale: #797979. Windows color (decimal): -13070904 or 13143352. OLE color: 13143352.

HSL color Cylindrical-coordinate representation of color #388DC8: hue angle of 204.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388DC8 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56141200-
CMYK0.720.2900.22
HSL204.58º56.69%50.2%-
HSV(B)204.58º72%78.43%-
XYZ21.5824.0658.15-
YUV122.31171.8480.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=14.11%
G=35.52%
B=50.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561412000.720.2900.22204.5856.6950.2
Hex388DC8481D016cd3932
Octal70215310110350263157162
Binary111000100011011100100010010001110101011011001101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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