#3E83BA

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

Shades of Curious Blue #3E83BA

Tints of Curious Blue #3E83BA

Color information

#3E83BA (or 0x3E83BA) is unknown color: approx Curious Blue. HEX triplet: 3E, 83 and BA. RGB value is (62,131,186). Sum of RGB (Red+Green+Blue) = 62+131+186=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E83BA is #C17C45. Grayscale: #747474. Windows color (decimal): -12680262 or 12223294. OLE color: 12223294.

HSL color Cylindrical-coordinate representation of color #3E83BA: hue angle of 206.61º 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 #3E83BA is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62131186-
CMYK0.670.3000.27
HSL206.61º50%48.63%-
HSV(B)206.61º66.67%72.94%-
XYZ18.9720.849.47-
YUV116.64167.1489.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.36%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=16.36%
G=34.56%
B=49.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621311860.670.3000.27206.615048.63
Hex3E83BA431E01Bcf3231
Octal76203272103360333176261
Binary111110100000111011101010000111111001101111001111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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