Html Css Color HEX #2B77BE Curious Blue

📋 copy color: '#2B77BE'

red 43 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #2B77BE

Tints of Curious Blue #2B77BE

RGB

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

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

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

R = 12.22%
G = 33.81%
B = 53.98%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B77BE (or 0x2B77BE) is known color: Curious Blue. HEX triplet: 2B, 77 and BE. RGB value is (43,119,190). Sum of RGB (Red+Green+Blue) = 43+119+190=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77BE is #D48841. Grayscale: #686868. Windows color (decimal): -13928514 or 12482347. OLE color: 12482347.

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

Color convert

RGB 43 119 190 -
CMYK 0.77 0.37 0 0.25
HSL 208.98º 0.63% 0.46% -
HSV(B) 208.98º 0.77% 0.75% -
XYZ 16.89 17.42 51.19 -
YUV 104.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 43 119 190 0.77 0.37 0 0.25 208.98 0.63 0.46
Hex 2B 77 BE 4D 25 0 19 D1 3F 2E
Octal 53 167 276 115 45 0 31 321 77 56
Binary 101011 1110111 10111110 1001101 100101 0 11001 11010001 111111 101110

Color Harmonies of #2B77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77BE

Black with #2B77BE

Text Example


Text Example

White with #2B77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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