Html Css Color HEX #2B76BE Curious Blue

📋 copy color: '#2B76BE'

red 43 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #2B76BE

Tints of Curious Blue #2B76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 12.25%
G = 33.62%
B = 54.13%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B76BE (or 0x2B76BE) is known color: Curious Blue. HEX triplet: 2B, 76 and BE. RGB value is (43,118,190). Sum of RGB (Red+Green+Blue) = 43+118+190=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B76BE is #D48941. Grayscale: #676767. Windows color (decimal): -13928770 or 12482091. OLE color: 12482091.

HSL color Cylindrical-coordinate representation of color #2B76BE: hue angle of 209.39º 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 #2B76BE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 118 190 -
CMYK 0.77 0.38 0 0.25
HSL 209.39º 0.63% 0.46% -
HSV(B) 209.39º 0.77% 0.75% -
XYZ 16.77 17.19 51.15 -
YUV 103.78 176.65 84.65 -
System Red Green Blue C M Y K H S L
Decimal 43 118 190 0.77 0.38 0 0.25 209.39 0.63 0.46
Hex 2B 76 BE 4D 26 0 19 D1 3F 2E
Octal 53 166 276 115 46 0 31 321 77 56
Binary 101011 1110110 10111110 1001101 100110 0 11001 11010001 111111 101110

Color Harmonies of #2B76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B76BE

Black with #2B76BE

Text Example


Text Example

White with #2B76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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