Html Css Color HEX #2B77BD Curious Blue

📋 copy color: '#2B77BD'

red 43 ◦ green 119 ◦ blue 189

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

Shades of Curious Blue #2B77BD

Tints of Curious Blue #2B77BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 12.25%
G = 33.9%
B = 53.85%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B77BD (or 0x2B77BD) is known color: Curious Blue. HEX triplet: 2B, 77 and BD. RGB value is (43,119,189). Sum of RGB (Red+Green+Blue) = 43+119+189=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B77BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77BD is #D48842. Grayscale: #676767. Windows color (decimal): -13928515 or 12416811. OLE color: 12416811.

HSL color Cylindrical-coordinate representation of color #2B77BD: hue angle of 208.77º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B77BD is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 119 189 -
CMYK 0.77 0.37 0 0.26
HSL 208.77º 0.63% 0.45% -
HSV(B) 208.77º 0.77% 0.74% -
XYZ 16.78 17.38 50.61 -
YUV 104.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 43 119 189 0.77 0.37 0 0.26 208.77 0.63 0.45
Hex 2B 77 BD 4D 25 0 1A D1 3F 2D
Octal 53 167 275 115 45 0 32 321 77 55
Binary 101011 1110111 10111101 1001101 100101 0 11010 11010001 111111 101101

Color Harmonies of #2B77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77BD

Black with #2B77BD

Text Example


Text Example

White with #2B77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,189); }

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

background-color css

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

 a { background-color: rgb(43,119,189); }

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

border-color css

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

 span { border-color: rgb(43,119,189); }

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