Html Css Color HEX #2C6ABD Denim

📋 copy color: '#2C6ABD'

red 44 ◦ green 106 ◦ blue 189

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

Shades of Denim #2C6ABD

Tints of Denim #2C6ABD

RGB

 RED value IS 44 (17.58% from 255) = 12.98%

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 12.98%
G = 31.27%
B = 55.75%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C6ABD (or 0x2C6ABD) is known color: Denim. HEX triplet: 2C, 6A and BD. RGB value is (44,106,189). Sum of RGB (Red+Green+Blue) = 44+106+189=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C6ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6ABD is #D39542. Grayscale: #606060. Windows color (decimal): -13866307 or 12413484. OLE color: 12413484.

HSL color Cylindrical-coordinate representation of color #2C6ABD: hue angle of 214.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C6ABD is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 106 189 -
CMYK 0.77 0.44 0 0.26
HSL 214.34º 0.62% 0.46% -
HSV(B) 214.34º 0.77% 0.74% -
XYZ 15.38 14.52 50.14 -
YUV 96.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 44 106 189 0.77 0.44 0 0.26 214.34 0.62 0.46
Hex 2C 6A BD 4D 2C 0 1A D6 3E 2E
Octal 54 152 275 115 54 0 32 326 76 56
Binary 101100 1101010 10111101 1001101 101100 0 11010 11010110 111110 101110

Color Harmonies of #2C6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6ABD

Black with #2C6ABD

Text Example


Text Example

White with #2C6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C6ABD; }

 p { color: rgb(44,106,189); }

 H1.HeaderClassName
 {
   color: #2C6ABD;
 }
 .AnyTagClassName
 {
   color: #2C6ABD;
 }
</style>

background-color css

<style>
 a { background-color: #2C6ABD; }

 a { background-color: rgb(44,106,189); }

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

border-color css

<style>
 span { border-color: #2C6ABD; }

 span { border-color: rgb(44,106,189); }

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