#388BB5

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

Shades of Curious Blue #388BB5

Tints of Curious Blue #388BB5

Color information

#388BB5 (or 0x388BB5) is unknown color: approx Curious Blue. HEX triplet: 38, 8B and B5. RGB value is (56,139,181). Sum of RGB (Red+Green+Blue) = 56+139+181=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #388BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BB5 is #C7744A. Grayscale: #767676. Windows color (decimal): -13071435 or 11897656. OLE color: 11897656.

HSL color Cylindrical-coordinate representation of color #388BB5: hue angle of 200.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388BB5 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56139181-
CMYK0.690.2300.29
HSL200.16º52.74%46.47%-
HSV(B)200.16º69.06%70.98%-
XYZ19.222.6447.07-
YUV118.9716383.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.89%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=14.89%
G=36.97%
B=48.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561391810.690.2300.29200.1652.7446.47
Hex388BB5451701Dc8352e
Octal70213265105270353106556
Binary111000100010111011010110001011011101110111001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,181); }

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

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

 a { background-color: rgb(56,139,181); }

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

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

 span { border-color: rgb(56,139,181); }

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