Html Css Color HEX #2776CB Denim

📋 copy color: '#2776CB'

red 39 ◦ green 118 ◦ blue 203

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

Shades of Denim #2776CB

Tints of Denim #2776CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 10.83%
G = 32.78%
B = 56.39%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2776CB (or 0x2776CB) is known color: Denim. HEX triplet: 27, 76 and CB. RGB value is (39,118,203). Sum of RGB (Red+Green+Blue) = 39+118+203=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #2776CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776CB is #D88934. Grayscale: #676767. Windows color (decimal): -14190901 or 13334055. OLE color: 13334055.

HSL color Cylindrical-coordinate representation of color #2776CB: hue angle of 211.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2776CB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 118 203 -
CMYK 0.81 0.42 0 0.20
HSL 211.1º 0.68% 0.47% -
HSV(B) 211.1º 0.81% 0.8% -
XYZ 18.09 17.7 58.96 -
YUV 104.07 183.83 81.59 -
System Red Green Blue C M Y K H S L
Decimal 39 118 203 0.81 0.42 0 0.20 211.1 0.68 0.47
Hex 27 76 CB 51 2A 0 14 D3 44 2F
Octal 47 166 313 121 52 0 24 323 104 57
Binary 100111 1110110 11001011 1010001 101010 0 10100 11010011 1000100 101111

Color Harmonies of #2776CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2776CB

Black with #2776CB

Text Example


Text Example

White with #2776CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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