Html Css Color HEX #276BBA Denim

📋 copy color: '#276BBA'

red 39 ◦ green 107 ◦ blue 186

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

Shades of Denim #276BBA

Tints of Denim #276BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 11.75%
G = 32.23%
B = 56.02%

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

#276BBA (or 0x276BBA) is known color: Denim. HEX triplet: 27, 6B and BA. RGB value is (39,107,186). Sum of RGB (Red+Green+Blue) = 39+107+186=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #276BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BBA is #D89445. Grayscale: #5F5F5F. Windows color (decimal): -14193734 or 12217127. OLE color: 12217127.

HSL color Cylindrical-coordinate representation of color #276BBA: hue angle of 212.24º 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 #276BBA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 107 186 -
CMYK 0.79 0.42 0 0.27
HSL 212.24º 0.65% 0.44% -
HSV(B) 212.24º 0.79% 0.73% -
XYZ 14.96 14.49 48.46 -
YUV 95.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 39 107 186 0.79 0.42 0 0.27 212.24 0.65 0.44
Hex 27 6B BA 4F 2A 0 1B D4 41 2C
Octal 47 153 272 117 52 0 33 324 101 54
Binary 100111 1101011 10111010 1001111 101010 0 11011 11010100 1000001 101100

Color Harmonies of #276BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BBA

Black with #276BBA

Text Example


Text Example

White with #276BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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