#3E8DBA

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

Shades of Curious Blue #3E8DBA

Tints of Curious Blue #3E8DBA

Color information

#3E8DBA (or 0x3E8DBA) is unknown color: approx Curious Blue. HEX triplet: 3E, 8D and BA. RGB value is (62,141,186). Sum of RGB (Red+Green+Blue) = 62+141+186=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DBA is #C17245. Grayscale: #7A7A7A. Windows color (decimal): -12677702 or 12225854. OLE color: 12225854.

HSL color Cylindrical-coordinate representation of color #3E8DBA: hue angle of 201.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E8DBA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62141186-
CMYK0.670.2400.27
HSL201.77º50%48.63%-
HSV(B)201.77º66.67%72.94%-
XYZ20.3723.6249.94-
YUV122.51163.8384.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.94%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=15.94%
G=36.25%
B=47.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621411860.670.2400.27201.775048.63
Hex3E8DBA431801Bca3231
Octal76215272103300333126261
Binary111110100011011011101010000111100001101111001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8DBA; }

 p { color: rgb(62,141,186); }

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

<style>
 a { background-color: #3E8DBA; }

 a { background-color: rgb(62,141,186); }

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

<style>
 span { border-color: #3E8DBA; }

 span { border-color: rgb(62,141,186); }

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