Html Css Color HEX #2B82B4 Curious Blue

📋 copy color: '#2B82B4'

red 43 ◦ green 130 ◦ blue 180

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

Shades of Curious Blue #2B82B4

Tints of Curious Blue #2B82B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 12.18%
G = 36.83%
B = 50.99%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B82B4 (or 0x2B82B4) is known color: Curious Blue. HEX triplet: 2B, 82 and B4. RGB value is (43,130,180). Sum of RGB (Red+Green+Blue) = 43+130+180=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B82B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B82B4 is #D47D4B. Grayscale: #6D6D6D. Windows color (decimal): -13925708 or 11829803. OLE color: 11829803.

HSL color Cylindrical-coordinate representation of color #2B82B4: hue angle of 201.9º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B82B4 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 130 180 -
CMYK 0.76 0.28 0 0.29
HSL 201.9º 0.61% 0.44% -
HSV(B) 201.9º 0.76% 0.71% -
XYZ 17.22 19.77 46.09 -
YUV 109.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 43 130 180 0.76 0.28 0 0.29 201.9 0.61 0.44
Hex 2B 82 B4 4C 1C 0 1D CA 3D 2C
Octal 53 202 264 114 34 0 35 312 75 54
Binary 101011 10000010 10110100 1001100 11100 0 11101 11001010 111101 101100

Color Harmonies of #2B82B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B82B4

Black with #2B82B4

Text Example


Text Example

White with #2B82B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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