Html Css Color HEX #2B82BE Curious Blue

📋 copy color: '#2B82BE'

red 43 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #2B82BE

Tints of Curious Blue #2B82BE

RGB

 RED value IS 43 (17.19% from 255) = 11.85%

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 11.85%
G = 35.81%
B = 52.34%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B82BE (or 0x2B82BE) is known color: Curious Blue. HEX triplet: 2B, 82 and BE. RGB value is (43,130,190). Sum of RGB (Red+Green+Blue) = 43+130+190=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B82BE is #D47D41. Grayscale: #6E6E6E. Windows color (decimal): -13925698 or 12485163. OLE color: 12485163.

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

Color convert

RGB 43 130 190 -
CMYK 0.77 0.32 0 0.25
HSL 204.49º 0.63% 0.46% -
HSV(B) 204.49º 0.77% 0.75% -
XYZ 18.27 20.2 51.65 -
YUV 110.83 172.68 79.62 -
System Red Green Blue C M Y K H S L
Decimal 43 130 190 0.77 0.32 0 0.25 204.49 0.63 0.46
Hex 2B 82 BE 4D 20 0 19 CC 3F 2E
Octal 53 202 276 115 40 0 31 314 77 56
Binary 101011 10000010 10111110 1001101 100000 0 11001 11001100 111111 101110

Color Harmonies of #2B82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B82BE

Black with #2B82BE

Text Example


Text Example

White with #2B82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B82BE;
 }
 .AnyTagClassName
 {
   color: #2B82BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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