Html Css Color HEX #2676C8 Denim

📋 copy color: '#2676C8'

red 38 ◦ green 118 ◦ blue 200

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

Shades of Denim #2676C8

Tints of Denim #2676C8

RGB

 RED value IS 38 (15.23% from 255) = 10.67%

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

 BLUE value IS 200 (78.52% from 255) = 56.18%

R = 10.67%
G = 33.15%
B = 56.18%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2676C8 (or 0x2676C8) is known color: Denim. HEX triplet: 26, 76 and C8. RGB value is (38,118,200). Sum of RGB (Red+Green+Blue) = 38+118+200=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #2676C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676C8 is #D98937. Grayscale: #676767. Windows color (decimal): -14256440 or 13137446. OLE color: 13137446.

HSL color Cylindrical-coordinate representation of color #2676C8: hue angle of 210.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2676C8 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 118 200 -
CMYK 0.81 0.41 0 0.22
HSL 210.37º 0.68% 0.47% -
HSV(B) 210.37º 0.81% 0.78% -
XYZ 17.7 17.54 57.1 -
YUV 103.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 38 118 200 0.81 0.41 0 0.22 210.37 0.68 0.47
Hex 26 76 C8 51 29 0 16 D2 44 2F
Octal 46 166 310 121 51 0 26 322 104 57
Binary 100110 1110110 11001000 1010001 101001 0 10110 11010010 1000100 101111

Color Harmonies of #2676C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676C8

Black with #2676C8

Text Example


Text Example

White with #2676C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2676C8; }

 p { color: rgb(38,118,200); }

 H1.HeaderClassName
 {
   color: #2676C8;
 }
 .AnyTagClassName
 {
   color: #2676C8;
 }
</style>

background-color css

<style>
 a { background-color: #2676C8; }

 a { background-color: rgb(38,118,200); }

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

border-color css

<style>
 span { border-color: #2676C8; }

 span { border-color: rgb(38,118,200); }

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