Html Css Color HEX #2A77BE Curious Blue

📋 copy color: '#2A77BE'

red 42 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #2A77BE

Tints of Curious Blue #2A77BE

RGB

 RED value IS 42 (16.8% from 255) = 11.97%

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

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

R = 11.97%
G = 33.9%
B = 54.13%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A77BE (or 0x2A77BE) is known color: Curious Blue. HEX triplet: 2A, 77 and BE. RGB value is (42,119,190). Sum of RGB (Red+Green+Blue) = 42+119+190=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 119 (46.88% from 255 or 33.90% 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 #2A77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A77BE is #D58841. Grayscale: #676767. Windows color (decimal): -13994050 or 12482346. OLE color: 12482346.

HSL color Cylindrical-coordinate representation of color #2A77BE: hue angle of 208.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A77BE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 119 190 -
CMYK 0.78 0.37 0 0.25
HSL 208.78º 0.64% 0.45% -
HSV(B) 208.78º 0.78% 0.75% -
XYZ 16.85 17.4 51.19 -
YUV 104.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 42 119 190 0.78 0.37 0 0.25 208.78 0.64 0.45
Hex 2A 77 BE 4E 25 0 19 D1 40 2D
Octal 52 167 276 116 45 0 31 321 100 55
Binary 101010 1110111 10111110 1001110 100101 0 11001 11010001 1000000 101101

Color Harmonies of #2A77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A77BE

Black with #2A77BE

Text Example


Text Example

White with #2A77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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