#4395BE

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

Shades of Curious Blue #4395BE

Tints of Curious Blue #4395BE

Color information

#4395BE (or 0x4395BE) is unknown color: approx Curious Blue. HEX triplet: 43, 95 and BE. RGB value is (67,149,190). Sum of RGB (Red+Green+Blue) = 67+149+190=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #4395BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4395BE is #BC6A41. Grayscale: #808080. Windows color (decimal): -12347970 or 12490051. OLE color: 12490051.

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

Color convert

RGB67149190-
CMYK0.650.2200.25
HSL200º48.62%50.39%-
HSV(B)200º64.74%74.51%-
XYZ22.3626.4152.63-
YUV129.16162.3383.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.50%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=16.50%
G=36.70%
B=46.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671491900.650.2200.2520048.6250.39
Hex4395BE4116019c83132
Octal103225276101260313106162
Binary1000011100101011011111010000011011001100111001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4395BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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