Html Css Color HEX #276DCC Denim

📋 copy color: '#276DCC'

red 39 ◦ green 109 ◦ blue 204

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

Shades of Denim #276DCC

Tints of Denim #276DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 11.08%
G = 30.97%
B = 57.95%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#276DCC (or 0x276DCC) is known color: Denim. HEX triplet: 27, 6D and CC. RGB value is (39,109,204). Sum of RGB (Red+Green+Blue) = 39+109+204=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #276DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DCC is #D89233. Grayscale: #626262. Windows color (decimal): -14193204 or 13397287. OLE color: 13397287.

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

Color convert

RGB 39 109 204 -
CMYK 0.81 0.47 0 0.2
HSL 214.55º 0.68% 0.48% -
HSV(B) 214.55º 0.81% 0.8% -
XYZ 17.2 15.73 59.26 -
YUV 98.9 187.31 85.28 -
System Red Green Blue C M Y K H S L
Decimal 39 109 204 0.81 0.47 0 0.2 214.55 0.68 0.48
Hex 27 6D CC 51 2F 0 14 D7 44 30
Octal 47 155 314 121 57 0 24 327 104 60
Binary 100111 1101101 11001100 1010001 101111 0 10100 11010111 1000100 110000

Color Harmonies of #276DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276DCC

Black with #276DCC

Text Example


Text Example

White with #276DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,204); }

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

background-color css

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

 a { background-color: rgb(39,109,204); }

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

border-color css

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

 span { border-color: rgb(39,109,204); }

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