Html Css Color HEX #2673BB Denim

📋 copy color: '#2673BB'

red 38 ◦ green 115 ◦ blue 187

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

Shades of Denim #2673BB

Tints of Denim #2673BB

RGB

 RED value IS 38 (15.23% from 255) = 11.18%

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 11.18%
G = 33.82%
B = 55%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2673BB (or 0x2673BB) is known color: Denim. HEX triplet: 26, 73 and BB. RGB value is (38,115,187). Sum of RGB (Red+Green+Blue) = 38+115+187=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #2673BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673BB is #D98C44. Grayscale: #636363. Windows color (decimal): -14257221 or 12284710. OLE color: 12284710.

HSL color Cylindrical-coordinate representation of color #2673BB: hue angle of 208.99º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2673BB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 115 187 -
CMYK 0.80 0.39 0 0.27
HSL 208.99º 0.66% 0.44% -
HSV(B) 208.99º 0.8% 0.73% -
XYZ 15.9 16.26 49.31 -
YUV 100.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 38 115 187 0.80 0.39 0 0.27 208.99 0.66 0.44
Hex 26 73 BB 50 27 0 1B D1 42 2C
Octal 46 163 273 120 47 0 33 321 102 54
Binary 100110 1110011 10111011 1010000 100111 0 11011 11010001 1000010 101100

Color Harmonies of #2673BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2673BB

Black with #2673BB

Text Example


Text Example

White with #2673BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2673BB; }

 p { color: rgb(38,115,187); }

 H1.HeaderClassName
 {
   color: #2673BB;
 }
 .AnyTagClassName
 {
   color: #2673BB;
 }
</style>

background-color css

<style>
 a { background-color: #2673BB; }

 a { background-color: rgb(38,115,187); }

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

border-color css

<style>
 span { border-color: #2673BB; }

 span { border-color: rgb(38,115,187); }

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