Html Css Color HEX #2B6ECC Denim

📋 copy color: '#2B6ECC'

red 43 ◦ green 110 ◦ blue 204

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

Shades of Denim #2B6ECC

Tints of Denim #2B6ECC

RGB

 RED value IS 43 (17.19% from 255) = 12.04%

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 12.04%
G = 30.81%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B6ECC (or 0x2B6ECC) is known color: Denim. HEX triplet: 2B, 6E and CC. RGB value is (43,110,204). Sum of RGB (Red+Green+Blue) = 43+110+204=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ECC is #D49133. Grayscale: #646464. Windows color (decimal): -13930804 or 13397547. OLE color: 13397547.

HSL color Cylindrical-coordinate representation of color #2B6ECC: hue angle of 215.03º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6ECC is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 110 204 -
CMYK 0.79 0.46 0 0.2
HSL 215.03º 0.65% 0.48% -
HSV(B) 215.03º 0.79% 0.8% -
XYZ 17.47 16.03 59.3 -
YUV 100.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 43 110 204 0.79 0.46 0 0.2 215.03 0.65 0.48
Hex 2B 6E CC 4F 2E 0 14 D7 41 30
Octal 53 156 314 117 56 0 24 327 101 60
Binary 101011 1101110 11001100 1001111 101110 0 10100 11010111 1000001 110000

Color Harmonies of #2B6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6ECC

Black with #2B6ECC

Text Example


Text Example

White with #2B6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,110,204); }

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

background-color css

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

 a { background-color: rgb(43,110,204); }

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

border-color css

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

 span { border-color: rgb(43,110,204); }

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