Html Css Color HEX #41A2AF Boston Blue

📋 copy color: '#41A2AF'

red 65 ◦ green 162 ◦ blue 175

#41A2AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #41A2AF

Tints of Boston Blue #41A2AF

RGB

 RED value IS 65 (25.78% from 255) = 16.17%

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 16.17%
G = 40.3%
B = 43.53%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#41A2AF (or 0x41A2AF) is known color: Boston Blue. HEX triplet: 41, A2 and AF. RGB value is (65,162,175). Sum of RGB (Red+Green+Blue) = 65+162+175=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #41A2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A2AF is #BE5D50. Grayscale: #868686. Windows color (decimal): -12475729 or 11510337. OLE color: 11510337.

HSL color Cylindrical-coordinate representation of color #41A2AF: hue angle of 187.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41A2AF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 162 175 -
CMYK 0.63 0.07 0 0.31
HSL 187.09º 0.46% 0.47% -
HSV(B) 187.09º 0.63% 0.69% -
XYZ 22.84 30.06 45.16 -
YUV 134.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 65 162 175 0.63 0.07 0 0.31 187.09 0.46 0.47
Hex 41 A2 AF 3F 7 0 1F BB 2E 2F
Octal 101 242 257 77 7 0 37 273 56 57
Binary 1000001 10100010 10101111 111111 111 0 11111 10111011 101110 101111

Color Harmonies of #41A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A2AF

Black with #41A2AF

Text Example


Text Example

White with #41A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A2AF; }

 p { color: rgb(65,162,175); }

 H1.HeaderClassName
 {
   color: #41A2AF;
 }
 .AnyTagClassName
 {
   color: #41A2AF;
 }
</style>

background-color css

<style>
 a { background-color: #41A2AF; }

 a { background-color: rgb(65,162,175); }

 div.DivClassName
 {
   background-color: #41A2AF;
 }
 .BgClassName
 {
   background-color: #41A2AF;
 }
</style>

border-color css

<style>
 span { border-color: #41A2AF; }

 span { border-color: rgb(65,162,175); }

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