Html Css Color HEX #2672BA Denim

📋 copy color: '#2672BA'

red 38 ◦ green 114 ◦ blue 186

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

Shades of Denim #2672BA

Tints of Denim #2672BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 11.24%
G = 33.73%
B = 55.03%

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

#2672BA (or 0x2672BA) is known color: Denim. HEX triplet: 26, 72 and BA. RGB value is (38,114,186). Sum of RGB (Red+Green+Blue) = 38+114+186=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2672BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2672BA is #D98D45. Grayscale: #636363. Windows color (decimal): -14257478 or 12218918. OLE color: 12218918.

HSL color Cylindrical-coordinate representation of color #2672BA: hue angle of 209.19º 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 #2672BA is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 114 186 -
CMYK 0.80 0.39 0 0.27
HSL 209.19º 0.66% 0.44% -
HSV(B) 209.19º 0.8% 0.73% -
XYZ 15.68 15.99 48.71 -
YUV 99.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 38 114 186 0.80 0.39 0 0.27 209.19 0.66 0.44
Hex 26 72 BA 50 27 0 1B D1 42 2C
Octal 46 162 272 120 47 0 33 321 102 54
Binary 100110 1110010 10111010 1010000 100111 0 11011 11010001 1000010 101100

Color Harmonies of #2672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2672BA

Black with #2672BA

Text Example


Text Example

White with #2672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2672BA; }

 p { color: rgb(38,114,186); }

 H1.HeaderClassName
 {
   color: #2672BA;
 }
 .AnyTagClassName
 {
   color: #2672BA;
 }
</style>

background-color css

<style>
 a { background-color: #2672BA; }

 a { background-color: rgb(38,114,186); }

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

border-color css

<style>
 span { border-color: #2672BA; }

 span { border-color: rgb(38,114,186); }

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