Html Css Color HEX #2776BC Curious Blue

📋 copy color: '#2776BC'

red 39 ◦ green 118 ◦ blue 188

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

Shades of Curious Blue #2776BC

Tints of Curious Blue #2776BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 11.3%
G = 34.2%
B = 54.49%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2776BC (or 0x2776BC) is known color: Curious Blue. HEX triplet: 27, 76 and BC. RGB value is (39,118,188). Sum of RGB (Red+Green+Blue) = 39+118+188=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2776BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776BC is #D88943. Grayscale: #666666. Windows color (decimal): -14190916 or 12351015. OLE color: 12351015.

HSL color Cylindrical-coordinate representation of color #2776BC: hue angle of 208.19º 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 #2776BC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 118 188 -
CMYK 0.79 0.37 0 0.26
HSL 208.19º 0.66% 0.45% -
HSV(B) 208.19º 0.79% 0.74% -
XYZ 16.39 17.02 50 -
YUV 102.36 176.33 82.81 -
System Red Green Blue C M Y K H S L
Decimal 39 118 188 0.79 0.37 0 0.26 208.19 0.66 0.45
Hex 27 76 BC 4F 25 0 1A D0 42 2D
Octal 47 166 274 117 45 0 32 320 102 55
Binary 100111 1110110 10111100 1001111 100101 0 11010 11010000 1000010 101101

Color Harmonies of #2776BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2776BC

Black with #2776BC

Text Example


Text Example

White with #2776BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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