#4384BE

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

Shades of Curious Blue #4384BE

Tints of Curious Blue #4384BE

Color information

#4384BE (or 0x4384BE) is unknown color: approx Curious Blue. HEX triplet: 43, 84 and BE. RGB value is (67,132,190). Sum of RGB (Red+Green+Blue) = 67+132+190=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4384BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384BE is #BC7B41. Grayscale: #767676. Windows color (decimal): -12352322 or 12485699. OLE color: 12485699.

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

Color convert

RGB67132190-
CMYK0.650.3100.25
HSL208.29º48.62%50.39%-
HSV(B)208.29º64.74%74.51%-
XYZ19.8621.4151.8-
YUV119.18167.9790.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.22%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=17.22%
G=33.93%
B=48.84%

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
Decimal671321900.650.3100.25208.2948.6250.39
Hex4384BE411F019d03132
Octal103204276101370313206162
Binary1000011100001001011111010000011111101100111010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4384BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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