#4385BF

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

Shades of Curious Blue #4385BF

Tints of Curious Blue #4385BF

Color information

#4385BF (or 0x4385BF) is unknown color: approx Curious Blue. HEX triplet: 43, 85 and BF. RGB value is (67,133,191). Sum of RGB (Red+Green+Blue) = 67+133+191=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #4385BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385BF is #BC7A40. Grayscale: #777777. Windows color (decimal): -12352065 or 12551491. OLE color: 12551491.

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

Color convert

RGB67133191-
CMYK0.650.3000.25
HSL208.06º49.21%50.59%-
HSV(B)208.06º64.92%74.9%-
XYZ20.1121.7352.42-
YUV119.88168.1390.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.14%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 191 (75% from 255) = 48.85%
R=17.14%
G=34.02%
B=48.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671331910.650.3000.25208.0649.2150.59
Hex4385BF411E019d03133
Octal103205277101360313206163
Binary1000011100001011011111110000011111001100111010000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4385BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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