Html Css Color HEX #2D77BE Curious Blue

📋 copy color: '#2D77BE'

red 45 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #2D77BE

Tints of Curious Blue #2D77BE

RGB

 RED value IS 45 (17.97% from 255) = 12.71%

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

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

R = 12.71%
G = 33.62%
B = 53.67%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D77BE (or 0x2D77BE) is known color: Curious Blue. HEX triplet: 2D, 77 and BE. RGB value is (45,119,190). Sum of RGB (Red+Green+Blue) = 45+119+190=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D77BE is #D28841. Grayscale: #686868. Windows color (decimal): -13797442 or 12482349. OLE color: 12482349.

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

Color convert

RGB 45 119 190 -
CMYK 0.76 0.37 0 0.25
HSL 209.38º 0.62% 0.46% -
HSV(B) 209.38º 0.76% 0.75% -
XYZ 16.97 17.47 51.19 -
YUV 104.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 45 119 190 0.76 0.37 0 0.25 209.38 0.62 0.46
Hex 2D 77 BE 4C 25 0 19 D1 3E 2E
Octal 55 167 276 114 45 0 31 321 76 56
Binary 101101 1110111 10111110 1001100 100101 0 11001 11010001 111110 101110

Color Harmonies of #2D77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D77BE

Black with #2D77BE

Text Example


Text Example

White with #2D77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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