#3a7fb2

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

Shades of Curious Blue #3A7FB2

Tints of Curious Blue #3A7FB2

Color information

#3A7FB2 (or 0x3A7FB2) is unknown color: approx Curious Blue. HEX triplet: 3A, 7F and B2. RGB value is (58,127,178). Sum of RGB (Red+Green+Blue) = 58+127+178=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A7FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7FB2 is #C5804D. Grayscale: #6F6F6F. Windows color (decimal): -12943438 or 11697978. OLE color: 11697978.

HSL color Cylindrical-coordinate representation of color #3A7FB2: hue angle of 205.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7FB2 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58127178-
CMYK0.670.2900.30
HSL205.5º50.85%46.27%-
HSV(B)205.5º67.42%69.8%-
XYZ17.3719.2944.93-
YUV112.18165.1489.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=15.98%
G=34.99%
B=49.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581271780.670.2900.30205.550.8546.27
Hex3A7FB2431D01Ece332e
Octal72177262103350363166356
Binary11101011111111011001010000111110101111011001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,178); }

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

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

 a { background-color: rgb(58,127,178); }

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

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

 span { border-color: rgb(58,127,178); }

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