Html Css Color HEX #2B71CE Denim

📋 copy color: '#2B71CE'

red 43 ◦ green 113 ◦ blue 206

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

Shades of Denim #2B71CE

Tints of Denim #2B71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 11.88%
G = 31.22%
B = 56.91%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B71CE (or 0x2B71CE) is known color: Denim. HEX triplet: 2B, 71 and CE. RGB value is (43,113,206). Sum of RGB (Red+Green+Blue) = 43+113+206=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B71CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71CE is #D48E31. Grayscale: #666666. Windows color (decimal): -13930034 or 13529387. OLE color: 13529387.

HSL color Cylindrical-coordinate representation of color #2B71CE: hue angle of 214.23º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B71CE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 113 206 -
CMYK 0.79 0.45 0 0.19
HSL 214.23º 0.65% 0.49% -
HSV(B) 214.23º 0.79% 0.81% -
XYZ 18.04 16.78 60.68 -
YUV 102.67 186.31 85.44 -
System Red Green Blue C M Y K H S L
Decimal 43 113 206 0.79 0.45 0 0.19 214.23 0.65 0.49
Hex 2B 71 CE 4F 2D 0 13 D6 41 31
Octal 53 161 316 117 55 0 23 326 101 61
Binary 101011 1110001 11001110 1001111 101101 0 10011 11010110 1000001 110001

Color Harmonies of #2B71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B71CE

Black with #2B71CE

Text Example


Text Example

White with #2B71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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