#2B67BA

Color #2B67BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2B67BA

Tints of Denim #2B67BA

Color information

#2B67BA (or 0x2B67BA) is unknown color: approx Denim. HEX triplet: 2B, 67 and BA. RGB value is (43,103,186). Sum of RGB (Red+Green+Blue) = 43+103+186=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B67BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B67BA is #D49845. Grayscale: #5E5E5E. Windows color (decimal): -13932614 or 12216107. OLE color: 12216107.

HSL color Cylindrical-coordinate representation of color #2B67BA: hue angle of 214.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B67BA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43103186-
CMYK0.770.4500.27
HSL214.83º62.45%44.9%-
HSV(B)214.83º76.88%72.94%-
XYZ14.7113.7648.33-
YUV94.52179.6291.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=12.95%
G=31.02%
B=56.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431031860.770.4500.27214.8362.4544.9
Hex2B67BA4D2D01Bd73e2d
Octal53147272115550333277655
Binary101011110011110111010100110110110101101111010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,186); }

 H1.HeaderClassName
 {
   color: #2B67BA;
 }
 .AnyTagClassName
 {
   color: #2B67BA;
 }
</style>
background-color css

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

 a { background-color: rgb(43,103,186); }

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

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

 span { border-color: rgb(43,103,186); }

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