Html Css Color HEX #276CB6 Denim

📋 copy color: '#276CB6'

red 39 ◦ green 108 ◦ blue 182

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

Shades of Denim #276CB6

Tints of Denim #276CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.32%

R = 11.85%
G = 32.83%
B = 55.32%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#276CB6 (or 0x276CB6) is known color: Denim. HEX triplet: 27, 6C and B6. RGB value is (39,108,182). Sum of RGB (Red+Green+Blue) = 39+108+182=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #276CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CB6 is #D89349. Grayscale: #5F5F5F. Windows color (decimal): -14193482 or 11955239. OLE color: 11955239.

HSL color Cylindrical-coordinate representation of color #276CB6: hue angle of 211.05º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276CB6 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 39 108 182 -
CMYK 0.79 0.41 0 0.29
HSL 211.05º 0.65% 0.43% -
HSV(B) 211.05º 0.79% 0.71% -
XYZ 14.64 14.53 46.29 -
YUV 95.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 39 108 182 0.79 0.41 0 0.29 211.05 0.65 0.43
Hex 27 6C B6 4F 29 0 1D D3 41 2B
Octal 47 154 266 117 51 0 35 323 101 53
Binary 100111 1101100 10110110 1001111 101001 0 11101 11010011 1000001 101011

Color Harmonies of #276CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CB6

Black with #276CB6

Text Example


Text Example

White with #276CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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