Html Css Color HEX #276BCC Denim

📋 copy color: '#276BCC'

red 39 ◦ green 107 ◦ blue 204

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

Shades of Denim #276BCC

Tints of Denim #276BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 11.14%
G = 30.57%
B = 58.29%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#276BCC (or 0x276BCC) is known color: Denim. HEX triplet: 27, 6B and CC. RGB value is (39,107,204). Sum of RGB (Red+Green+Blue) = 39+107+204=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #276BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BCC is #D89433. Grayscale: #616161. Windows color (decimal): -14193716 or 13396775. OLE color: 13396775.

HSL color Cylindrical-coordinate representation of color #276BCC: hue angle of 215.27º 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 #276BCC is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 107 204 -
CMYK 0.81 0.48 0 0.2
HSL 215.27º 0.68% 0.48% -
HSV(B) 215.27º 0.81% 0.8% -
XYZ 16.99 15.31 59.19 -
YUV 97.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 39 107 204 0.81 0.48 0 0.2 215.27 0.68 0.48
Hex 27 6B CC 51 30 0 14 D7 44 30
Octal 47 153 314 121 60 0 24 327 104 60
Binary 100111 1101011 11001100 1010001 110000 0 10100 11010111 1000100 110000

Color Harmonies of #276BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BCC

Black with #276BCC

Text Example


Text Example

White with #276BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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