Html Css Color HEX #2B76BF Curious Blue

📋 copy color: '#2B76BF'

red 43 ◦ green 118 ◦ blue 191

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

Shades of Curious Blue #2B76BF

Tints of Curious Blue #2B76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 12.22%
G = 33.52%
B = 54.26%

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

#2B76BF (or 0x2B76BF) is known color: Curious Blue. HEX triplet: 2B, 76 and BF. RGB value is (43,118,191). Sum of RGB (Red+Green+Blue) = 43+118+191=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B76BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B76BF is #D48940. Grayscale: #676767. Windows color (decimal): -13928769 or 12547627. OLE color: 12547627.

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

Color convert

RGB 43 118 191 -
CMYK 0.77 0.38 0 0.25
HSL 209.59º 0.63% 0.46% -
HSV(B) 209.59º 0.77% 0.75% -
XYZ 16.88 17.23 51.73 -
YUV 103.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 43 118 191 0.77 0.38 0 0.25 209.59 0.63 0.46
Hex 2B 76 BF 4D 26 0 19 D2 3F 2E
Octal 53 166 277 115 46 0 31 322 77 56
Binary 101011 1110110 10111111 1001101 100110 0 11001 11010010 111111 101110

Color Harmonies of #2B76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B76BF

Black with #2B76BF

Text Example


Text Example

White with #2B76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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