#3A9CBE

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

Shades of Boston Blue #3A9CBE

Tints of Boston Blue #3A9CBE

Color information

#3A9CBE (or 0x3A9CBE) is unknown color: approx Boston Blue. HEX triplet: 3A, 9C and BE. RGB value is (58,156,190). Sum of RGB (Red+Green+Blue) = 58+156+190=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9CBE is #C56341. Grayscale: #828282. Windows color (decimal): -12936002 or 12491834. OLE color: 12491834.

HSL color Cylindrical-coordinate representation of color #3A9CBE: hue angle of 195.45º 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 #3A9CBE is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58156190-
CMYK0.690.1800.25
HSL195.45º53.23%48.63%-
HSV(B)195.45º69.47%74.51%-
XYZ22.9328.3952.99-
YUV130.57161.5376.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.36%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=14.36%
G=38.61%
B=47.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581561900.690.1800.25195.4553.2348.63
Hex3A9CBE4512019c33531
Octal72234276105220313036561
Binary111010100111001011111010001011001001100111000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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