#4384BF

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

Shades of Curious Blue #4384BF

Tints of Curious Blue #4384BF

Color information

#4384BF (or 0x4384BF) is unknown color: approx Curious Blue. HEX triplet: 43, 84 and BF. RGB value is (67,132,191). Sum of RGB (Red+Green+Blue) = 67+132+191=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #4384BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384BF is #BC7B40. Grayscale: #767676. Windows color (decimal): -12352321 or 12551235. OLE color: 12551235.

HSL color Cylindrical-coordinate representation of color #4384BF: hue angle of 208.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4384BF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67132191-
CMYK0.650.3100.25
HSL208.55º49.21%50.59%-
HSV(B)208.55º64.92%74.9%-
XYZ19.9721.4652.38-
YUV119.29168.4790.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.18%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 191 (75% from 255) = 48.97%
R=17.18%
G=33.85%
B=48.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671321910.650.3100.25208.5549.2150.59
Hex4384BF411F019d13133
Octal103204277101370313216163
Binary1000011100001001011111110000011111101100111010001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4384BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4384BF; }

 p { color: rgb(67,132,191); }

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

<style>
 a { background-color: #4384BF; }

 a { background-color: rgb(67,132,191); }

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

<style>
 span { border-color: #4384BF; }

 span { border-color: rgb(67,132,191); }

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