Html Css Color HEX #2B71CC Denim

📋 copy color: '#2B71CC'

red 43 ◦ green 113 ◦ blue 204

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

Shades of Denim #2B71CC

Tints of Denim #2B71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 11.94%
G = 31.39%
B = 56.67%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B71CC (or 0x2B71CC) is known color: Denim. HEX triplet: 2B, 71 and CC. RGB value is (43,113,204). Sum of RGB (Red+Green+Blue) = 43+113+204=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B71CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71CC is #D48E33. Grayscale: #666666. Windows color (decimal): -13930036 or 13398315. OLE color: 13398315.

HSL color Cylindrical-coordinate representation of color #2B71CC: hue angle of 213.91º 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 #2B71CC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 113 204 -
CMYK 0.79 0.45 0 0.2
HSL 213.91º 0.65% 0.48% -
HSV(B) 213.91º 0.79% 0.8% -
XYZ 17.8 16.68 59.41 -
YUV 102.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 43 113 204 0.79 0.45 0 0.2 213.91 0.65 0.48
Hex 2B 71 CC 4F 2D 0 14 D6 41 30
Octal 53 161 314 117 55 0 24 326 101 60
Binary 101011 1110001 11001100 1001111 101101 0 10100 11010110 1000001 110000

Color Harmonies of #2B71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B71CC

Black with #2B71CC

Text Example


Text Example

White with #2B71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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