#2A82BE

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

Shades of Curious Blue #2A82BE

Tints of Curious Blue #2A82BE

Color information

#2A82BE (or 0x2A82BE) is unknown color: approx Curious Blue. HEX triplet: 2A, 82 and BE. RGB value is (42,130,190). Sum of RGB (Red+Green+Blue) = 42+130+190=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A82BE is #D57D41. Grayscale: #6E6E6E. Windows color (decimal): -13991234 or 12485162. OLE color: 12485162.

HSL color Cylindrical-coordinate representation of color #2A82BE: hue angle of 204.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A82BE is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42130190-
CMYK0.780.3200.25
HSL204.32º63.79%45.49%-
HSV(B)204.32º77.89%74.51%-
XYZ18.2320.1851.65-
YUV110.53172.8579.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.60%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=11.60%
G=35.91%
B=52.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421301900.780.3200.25204.3263.7945.49
Hex2A82BE4E20019cc402d
Octal522022761164003131410055
Binary10101010000010101111101001110100000011001110011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A82BE; }

 p { color: rgb(42,130,190); }

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

<style>
 a { background-color: #2A82BE; }

 a { background-color: rgb(42,130,190); }

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

<style>
 span { border-color: #2A82BE; }

 span { border-color: rgb(42,130,190); }

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