Html Css Color HEX #276BBC Denim

📋 copy color: '#276BBC'

red 39 ◦ green 107 ◦ blue 188

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

Shades of Denim #276BBC

Tints of Denim #276BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 11.68%
G = 32.04%
B = 56.29%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#276BBC (or 0x276BBC) is known color: Denim. HEX triplet: 27, 6B and BC. RGB value is (39,107,188). Sum of RGB (Red+Green+Blue) = 39+107+188=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #276BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BBC is #D89443. Grayscale: #5F5F5F. Windows color (decimal): -14193732 or 12348199. OLE color: 12348199.

HSL color Cylindrical-coordinate representation of color #276BBC: hue angle of 212.62º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276BBC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 107 188 -
CMYK 0.79 0.43 0 0.26
HSL 212.62º 0.66% 0.45% -
HSV(B) 212.62º 0.79% 0.74% -
XYZ 15.17 14.58 49.59 -
YUV 95.9 179.97 87.41 -
System Red Green Blue C M Y K H S L
Decimal 39 107 188 0.79 0.43 0 0.26 212.62 0.66 0.45
Hex 27 6B BC 4F 2B 0 1A D5 42 2D
Octal 47 153 274 117 53 0 32 325 102 55
Binary 100111 1101011 10111100 1001111 101011 0 11010 11010101 1000010 101101

Color Harmonies of #276BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BBC

Black with #276BBC

Text Example


Text Example

White with #276BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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