#388FB8

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

Shades of Curious Blue #388FB8

Tints of Curious Blue #388FB8

Color information

#388FB8 (or 0x388FB8) is unknown color: approx Curious Blue. HEX triplet: 38, 8F and B8. RGB value is (56,143,184). Sum of RGB (Red+Green+Blue) = 56+143+184=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #388FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB8 is #C77047. Grayscale: #797979. Windows color (decimal): -13070408 or 12095288. OLE color: 12095288.

HSL color Cylindrical-coordinate representation of color #388FB8: hue angle of 199.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388FB8 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56143184-
CMYK0.700.2200.28
HSL199.22º53.33%47.06%-
HSV(B)199.22º69.57%72.16%-
XYZ20.1123.9548.91-
YUV121.66163.1881.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=14.62%
G=37.34%
B=48.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561431840.700.2200.28199.2253.3347.06
Hex388FB8461601Cc7352f
Octal70217270106260343076557
Binary111000100011111011100010001101011001110011000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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