Html Css Color HEX #2676CC Denim

📋 copy color: '#2676CC'

red 38 ◦ green 118 ◦ blue 204

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

Shades of Denim #2676CC

Tints of Denim #2676CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 10.56%
G = 32.78%
B = 56.67%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2676CC (or 0x2676CC) is known color: Denim. HEX triplet: 26, 76 and CC. RGB value is (38,118,204). Sum of RGB (Red+Green+Blue) = 38+118+204=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #2676CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676CC is #D98933. Grayscale: #676767. Windows color (decimal): -14256436 or 13399590. OLE color: 13399590.

HSL color Cylindrical-coordinate representation of color #2676CC: hue angle of 211.08º degrees, saturation: 0.69, 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 #2676CC is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 118 204 -
CMYK 0.81 0.42 0 0.2
HSL 211.08º 0.69% 0.47% -
HSV(B) 211.08º 0.81% 0.8% -
XYZ 18.18 17.73 59.59 -
YUV 103.88 184.5 81.01 -
System Red Green Blue C M Y K H S L
Decimal 38 118 204 0.81 0.42 0 0.2 211.08 0.69 0.47
Hex 26 76 CC 51 2A 0 14 D3 45 2F
Octal 46 166 314 121 52 0 24 323 105 57
Binary 100110 1110110 11001100 1010001 101010 0 10100 11010011 1000101 101111

Color Harmonies of #2676CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676CC

Black with #2676CC

Text Example


Text Example

White with #2676CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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