#3A7EBE

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

Shades of Curious Blue #3A7EBE

Tints of Curious Blue #3A7EBE

Color information

#3A7EBE (or 0x3A7EBE) is unknown color: approx Curious Blue. HEX triplet: 3A, 7E and BE. RGB value is (58,126,190). Sum of RGB (Red+Green+Blue) = 58+126+190=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7EBE is #C58141. Grayscale: #707070. Windows color (decimal): -12943682 or 12484154. OLE color: 12484154.

HSL color Cylindrical-coordinate representation of color #3A7EBE: hue angle of 209.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7EBE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58126190-
CMYK0.690.3400.25
HSL209.09º53.23%48.63%-
HSV(B)209.09º69.47%74.51%-
XYZ18.519.5451.51-
YUV112.96171.4788.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.51%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=15.51%
G=33.69%
B=50.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581261900.690.3400.25209.0953.2348.63
Hex3A7EBE4522019d13531
Octal72176276105420313216561
Binary111010111111010111110100010110001001100111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,190); }

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

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

 a { background-color: rgb(58,126,190); }

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

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

 span { border-color: rgb(58,126,190); }

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