Html Css Color HEX #2967BD Denim

📋 copy color: '#2967BD'

red 41 ◦ green 103 ◦ blue 189

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

Shades of Denim #2967BD

Tints of Denim #2967BD

RGB

 RED value IS 41 (16.41% from 255) = 12.31%

 GREEN value IS 103 (40.63% 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 value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2967BD (or 0x2967BD) is known color: 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

RGB 41 103 189 -
CMYK 0.78 0.46 0 0.26
HSL 214.86º 0.64% 0.45% -
HSV(B) 214.86º 0.78% 0.74% -
XYZ 14.95 13.85 50.03 -
YUV 94.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 41 103 189 0.78 0.46 0 0.26 214.86 0.64 0.45
Hex 29 67 BD 4E 2E 0 1A D7 40 2D
Octal 51 147 275 116 56 0 32 327 100 55
Binary 101001 1100111 10111101 1001110 101110 0 11010 11010111 1000000 101101

Color Harmonies of #2967BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967BD

Black with #2967BD

Text Example


Text Example

White with #2967BD

Text Example


Text Example

HTML Codes & Css Web 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>