Html Css Color HEX #276EC7 Denim

📋 copy color: '#276EC7'

red 39 ◦ green 110 ◦ blue 199

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

Shades of Denim #276EC7

Tints of Denim #276EC7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 199 (78.13% from 255) = 57.18%

R = 11.21%
G = 31.61%
B = 57.18%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#276EC7 (or 0x276EC7) is known color: Denim. HEX triplet: 27, 6E and C7. RGB value is (39,110,199). Sum of RGB (Red+Green+Blue) = 39+110+199=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #276EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276EC7 is #D89138. Grayscale: #626262. Windows color (decimal): -14192953 or 13069863. OLE color: 13069863.

HSL color Cylindrical-coordinate representation of color #276EC7: hue angle of 213.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #276EC7 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 110 199 -
CMYK 0.80 0.45 0 0.22
HSL 213.38º 0.67% 0.47% -
HSV(B) 213.38º 0.8% 0.78% -
XYZ 16.72 15.71 56.18 -
YUV 98.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 39 110 199 0.80 0.45 0 0.22 213.38 0.67 0.47
Hex 27 6E C7 50 2D 0 16 D5 43 2F
Octal 47 156 307 120 55 0 26 325 103 57
Binary 100111 1101110 11000111 1010000 101101 0 10110 11010101 1000011 101111

Color Harmonies of #276EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276EC7

Black with #276EC7

Text Example


Text Example

White with #276EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276EC7; }

 p { color: rgb(39,110,199); }

 H1.HeaderClassName
 {
   color: #276EC7;
 }
 .AnyTagClassName
 {
   color: #276EC7;
 }
</style>

background-color css

<style>
 a { background-color: #276EC7; }

 a { background-color: rgb(39,110,199); }

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

border-color css

<style>
 span { border-color: #276EC7; }

 span { border-color: rgb(39,110,199); }

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