Html Css Color HEX #276CBB Denim

📋 copy color: '#276CBB'

red 39 ◦ green 108 ◦ blue 187

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

Shades of Denim #276CBB

Tints of Denim #276CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 11.68%
G = 32.34%
B = 55.99%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#276CBB (or 0x276CBB) is known color: Denim. HEX triplet: 27, 6C and BB. RGB value is (39,108,187). Sum of RGB (Red+Green+Blue) = 39+108+187=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #276CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CBB is #D89344. Grayscale: #5F5F5F. Windows color (decimal): -14193477 or 12282919. OLE color: 12282919.

HSL color Cylindrical-coordinate representation of color #276CBB: hue angle of 212.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276CBB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 108 187 -
CMYK 0.79 0.42 0 0.27
HSL 212.03º 0.65% 0.44% -
HSV(B) 212.03º 0.79% 0.73% -
XYZ 15.17 14.74 49.06 -
YUV 96.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 39 108 187 0.79 0.42 0 0.27 212.03 0.65 0.44
Hex 27 6C BB 4F 2A 0 1B D4 41 2C
Octal 47 154 273 117 52 0 33 324 101 54
Binary 100111 1101100 10111011 1001111 101010 0 11011 11010100 1000001 101100

Color Harmonies of #276CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CBB

Black with #276CBB

Text Example


Text Example

White with #276CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,108,187); }

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

background-color css

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

 a { background-color: rgb(39,108,187); }

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

border-color css

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

 span { border-color: rgb(39,108,187); }

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