#2967BD

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

Shades of Denim #2967BD

Tints of Denim #2967BD

Color information

#2967BD (or 0x2967BD) is unknown color: approx Denim. HEX triplet: 29, 67 and BD. RGB value is (41,103,189). Sum of RGB (Red+Green+Blue) = 41+103+189=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #2967BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967BD is #D69842. Grayscale: #5D5D5D. Windows color (decimal): -14063683 or 12412713. OLE color: 12412713.

HSL color Cylindrical-coordinate representation of color #2967BD: hue angle of 214.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2967BD is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41103189-
CMYK0.780.4600.26
HSL214.86º64.35%45.1%-
HSV(B)214.86º78.31%74.12%-
XYZ14.9513.8550.03-
YUV94.27181.4690.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=12.31%
G=30.93%
B=56.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411031890.780.4600.26214.8664.3545.1
Hex2967BD4E2E01Ad7402d
Octal511472751165603232710055
Binary1010011100111101111011001110101110011010110101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2967BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2967BD; }

 p { color: rgb(41,103,189); }

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

<style>
 a { background-color: #2967BD; }

 a { background-color: rgb(41,103,189); }

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

<style>
 span { border-color: #2967BD; }

 span { border-color: rgb(41,103,189); }

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