#386dbf

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

Shades of Curious Blue #386DBF

Tints of Curious Blue #386DBF

Color information

#386DBF (or 0x386DBF) is unknown color: approx Curious Blue. HEX triplet: 38, 6D and BF. RGB value is (56,109,191). Sum of RGB (Red+Green+Blue) = 56+109+191=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #386DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBF is #C79240. Grayscale: #666666. Windows color (decimal): -13079105 or 12545336. OLE color: 12545336.

HSL color Cylindrical-coordinate representation of color #386DBF: hue angle of 216.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #386DBF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56109191-
CMYK0.710.4300.25
HSL216.44º54.66%48.43%-
HSV(B)216.44º70.68%74.9%-
XYZ16.515.5451.42-
YUV102.5177.9494.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 191 (75% from 255) = 53.65%
R=15.73%
G=30.62%
B=53.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561091910.710.4300.25216.4454.6648.43
Hex386DBF472B019d83730
Octal70155277107530313306760
Binary111000110110110111111100011110101101100111011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386dbf; }

 p { color: rgb(56,109,191); }

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

<style>
 a { background-color: #386dbf; }

 a { background-color: rgb(56,109,191); }

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

<style>
 span { border-color: #386dbf; }

 span { border-color: rgb(56,109,191); }

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