Html Css Color HEX #2779BC Curious Blue

📋 copy color: '#2779BC'

red 39 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #2779BC

Tints of Curious Blue #2779BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 11.21%
G = 34.77%
B = 54.02%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2779BC (or 0x2779BC) is known color: Curious Blue. HEX triplet: 27, 79 and BC. RGB value is (39,121,188). Sum of RGB (Red+Green+Blue) = 39+121+188=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #2779BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779BC is #D88643. Grayscale: #676767. Windows color (decimal): -14190148 or 12351783. OLE color: 12351783.

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

Color convert

RGB 39 121 188 -
CMYK 0.79 0.36 0 0.26
HSL 206.98º 0.66% 0.45% -
HSV(B) 206.98º 0.79% 0.74% -
XYZ 16.75 17.74 50.12 -
YUV 104.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 39 121 188 0.79 0.36 0 0.26 206.98 0.66 0.45
Hex 27 79 BC 4F 24 0 1A CF 42 2D
Octal 47 171 274 117 44 0 32 317 102 55
Binary 100111 1111001 10111100 1001111 100100 0 11010 11001111 1000010 101101

Color Harmonies of #2779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779BC

Black with #2779BC

Text Example


Text Example

White with #2779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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