#2E7DBF

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

Shades of Curious Blue #2E7DBF

Tints of Curious Blue #2E7DBF

Color information

#2E7DBF (or 0x2E7DBF) is unknown color: approx Curious Blue. HEX triplet: 2E, 7D and BF. RGB value is (46,125,191). Sum of RGB (Red+Green+Blue) = 46+125+191=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DBF is #D18240. Grayscale: #6C6C6C. Windows color (decimal): -13730369 or 12549422. OLE color: 12549422.

HSL color Cylindrical-coordinate representation of color #2E7DBF: hue angle of 207.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E7DBF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46125191-
CMYK0.760.3500.25
HSL207.31º61.18%46.47%-
HSV(B)207.31º75.92%74.9%-
XYZ17.8619.0152.02-
YUV108.9174.3383.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 191 (75% from 255) = 52.76%
R=12.71%
G=34.53%
B=52.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461251910.760.3500.25207.3161.1846.47
Hex2E7DBF4C23019cf3d2e
Octal56175277114430313177556
Binary101110111110110111111100110010001101100111001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,125,191); }

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

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

 a { background-color: rgb(46,125,191); }

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

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

 span { border-color: rgb(46,125,191); }

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