#2E7BCD

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

Shades of Curious Blue #2E7BCD

Tints of Curious Blue #2E7BCD

Color information

#2E7BCD (or 0x2E7BCD) is unknown color: approx Curious Blue. HEX triplet: 2E, 7B and CD. RGB value is (46,123,205). Sum of RGB (Red+Green+Blue) = 46+123+205=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BCD is #D18432. Grayscale: #6C6C6C. Windows color (decimal): -13730867 or 13466414. OLE color: 13466414.

HSL color Cylindrical-coordinate representation of color #2E7BCD: hue angle of 210.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7BCD is Cyan = 0.78, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46123205-
CMYK0.780.400.20
HSL210.94º63.35%49.22%-
HSV(B)210.94º77.56%80.39%-
XYZ19.2319.1560.44-
YUV109.32181.9982.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=12.30%
G=32.89%
B=54.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461232050.780.400.20210.9463.3549.22
Hex2E7BCD4E28014d33f31
Octal56173315116500243237761
Binary101110111101111001101100111010100001010011010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,123,205); }

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

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

 a { background-color: rgb(46,123,205); }

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

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

 span { border-color: rgb(46,123,205); }

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