Html Css Color HEX #2779BE Curious Blue

📋 copy color: '#2779BE'

red 39 ◦ green 121 ◦ blue 190

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

Shades of Curious Blue #2779BE

Tints of Curious Blue #2779BE

RGB

 RED value IS 39 (15.63% from 255) = 11.14%

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 11.14%
G = 34.57%
B = 54.29%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2779BE (or 0x2779BE) is known color: Curious Blue. HEX triplet: 27, 79 and BE. RGB value is (39,121,190). Sum of RGB (Red+Green+Blue) = 39+121+190=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #2779BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779BE is #D88641. Grayscale: #676767. Windows color (decimal): -14190146 or 12482855. OLE color: 12482855.

HSL color Cylindrical-coordinate representation of color #2779BE: hue angle of 207.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2779BE is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 121 190 -
CMYK 0.79 0.36 0 0.25
HSL 207.42º 0.66% 0.45% -
HSV(B) 207.42º 0.79% 0.75% -
XYZ 16.97 17.82 51.26 -
YUV 104.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 39 121 190 0.79 0.36 0 0.25 207.42 0.66 0.45
Hex 27 79 BE 4F 24 0 19 CF 42 2D
Octal 47 171 276 117 44 0 31 317 102 55
Binary 100111 1111001 10111110 1001111 100100 0 11001 11001111 1000010 101101

Color Harmonies of #2779BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779BE

Black with #2779BE

Text Example


Text Example

White with #2779BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2779BE; }

 p { color: rgb(39,121,190); }

 H1.HeaderClassName
 {
   color: #2779BE;
 }
 .AnyTagClassName
 {
   color: #2779BE;
 }
</style>

background-color css

<style>
 a { background-color: #2779BE; }

 a { background-color: rgb(39,121,190); }

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

border-color css

<style>
 span { border-color: #2779BE; }

 span { border-color: rgb(39,121,190); }

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