#388ECF

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

Shades of Curious Blue #388ECF

Tints of Curious Blue #388ECF

Color information

#388ECF (or 0x388ECF) is unknown color: approx Curious Blue. HEX triplet: 38, 8E and CF. RGB value is (56,142,207). Sum of RGB (Red+Green+Blue) = 56+142+207=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #388ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ECF is #C77130. Grayscale: #7B7B7B. Windows color (decimal): -13070641 or 13602360. OLE color: 13602360.

HSL color Cylindrical-coordinate representation of color #388ECF: hue angle of 205.83º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388ECF is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB56142207-
CMYK0.730.3100.19
HSL205.83º61.13%51.57%-
HSV(B)205.83º72.95%81.18%-
XYZ22.5724.6962.61-
YUV123.7175.0179.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 207 (81.25% from 255) = 51.11%
R=13.83%
G=35.06%
B=51.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal561422070.730.3100.19205.8361.1351.57
Hex388ECF491F013ce3d34
Octal70216317111370233167564
Binary111000100011101100111110010011111101001111001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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