#4384BB

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

Shades of Curious Blue #4384BB

Tints of Curious Blue #4384BB

Color information

#4384BB (or 0x4384BB) is unknown color: approx Curious Blue. HEX triplet: 43, 84 and BB. RGB value is (67,132,187). Sum of RGB (Red+Green+Blue) = 67+132+187=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4384BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384BB is #BC7B44. Grayscale: #767676. Windows color (decimal): -12352325 or 12289091. OLE color: 12289091.

HSL color Cylindrical-coordinate representation of color #4384BB: hue angle of 207.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4384BB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB67132187-
CMYK0.640.2900.27
HSL207.5º47.24%49.8%-
HSV(B)207.5º64.17%73.33%-
XYZ19.5421.2850.09-
YUV118.84166.4791.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.36%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=17.36%
G=34.20%
B=48.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671321870.640.2900.27207.547.2449.8
Hex4384BB401D01Bd02f32
Octal103204273100350333205762
Binary1000011100001001011101110000001110101101111010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4384BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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