Html Css Color HEX #276ECE Denim

📋 copy color: '#276ECE'

red 39 ◦ green 110 ◦ blue 206

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

Shades of Denim #276ECE

Tints of Denim #276ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 10.99%
G = 30.99%
B = 58.03%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#276ECE (or 0x276ECE) is known color: Denim. HEX triplet: 27, 6E and CE. RGB value is (39,110,206). Sum of RGB (Red+Green+Blue) = 39+110+206=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #276ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ECE is #D89131. Grayscale: #636363. Windows color (decimal): -14192946 or 13528615. OLE color: 13528615.

HSL color Cylindrical-coordinate representation of color #276ECE: hue angle of 214.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276ECE is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 110 206 -
CMYK 0.81 0.47 0 0.19
HSL 214.49º 0.68% 0.48% -
HSV(B) 214.49º 0.81% 0.81% -
XYZ 17.55 16.04 60.56 -
YUV 99.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 39 110 206 0.81 0.47 0 0.19 214.49 0.68 0.48
Hex 27 6E CE 51 2F 0 13 D6 44 30
Octal 47 156 316 121 57 0 23 326 104 60
Binary 100111 1101110 11001110 1010001 101111 0 10011 11010110 1000100 110000

Color Harmonies of #276ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276ECE

Black with #276ECE

Text Example


Text Example

White with #276ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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