Html Css Color HEX #2673BC Denim

📋 copy color: '#2673BC'

red 38 ◦ green 115 ◦ blue 188

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

Shades of Denim #2673BC

Tints of Denim #2673BC

RGB

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

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

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

R = 11.14%
G = 33.72%
B = 55.13%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2673BC (or 0x2673BC) is known color: Denim. HEX triplet: 26, 73 and BC. RGB value is (38,115,188). Sum of RGB (Red+Green+Blue) = 38+115+188=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2673BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673BC is #D98C43. Grayscale: #636363. Windows color (decimal): -14257220 or 12350246. OLE color: 12350246.

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

Color convert

RGB 38 115 188 -
CMYK 0.80 0.39 0 0.26
HSL 209.2º 0.66% 0.44% -
HSV(B) 209.2º 0.8% 0.74% -
XYZ 16.01 16.3 49.88 -
YUV 100.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 38 115 188 0.80 0.39 0 0.26 209.2 0.66 0.44
Hex 26 73 BC 50 27 0 1A D1 42 2C
Octal 46 163 274 120 47 0 32 321 102 54
Binary 100110 1110011 10111100 1010000 100111 0 11010 11010001 1000010 101100

Color Harmonies of #2673BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2673BC

Black with #2673BC

Text Example


Text Example

White with #2673BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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