#4382BF

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

Shades of Curious Blue #4382BF

Tints of Curious Blue #4382BF

Color information

#4382BF (or 0x4382BF) is unknown color: approx Curious Blue. HEX triplet: 43, 82 and BF. RGB value is (67,130,191). Sum of RGB (Red+Green+Blue) = 67+130+191=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #4382BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382BF is #BC7D40. Grayscale: #757575. Windows color (decimal): -12352833 or 12550723. OLE color: 12550723.

HSL color Cylindrical-coordinate representation of color #4382BF: hue angle of 209.52º 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 #4382BF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67130191-
CMYK0.650.3200.25
HSL209.52º49.21%50.59%-
HSV(B)209.52º64.92%74.9%-
XYZ19.720.9252.29-
YUV118.12169.1391.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.27%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 49.23%
R=17.27%
G=33.51%
B=49.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671301910.650.3200.25209.5249.2150.59
Hex4382BF4120019d23133
Octal103202277101400313226163
Binary10000111000001010111111100000110000001100111010010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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