#2E77CF

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

Shades of Curious Blue #2E77CF

Tints of Curious Blue #2E77CF

Color information

#2E77CF (or 0x2E77CF) is unknown color: approx Curious Blue. HEX triplet: 2E, 77 and CF. RGB value is (46,119,207). Sum of RGB (Red+Green+Blue) = 46+119+207=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E77CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77CF is #D18830. Grayscale: #6A6A6A. Windows color (decimal): -13731889 or 13596462. OLE color: 13596462.

HSL color Cylindrical-coordinate representation of color #2E77CF: hue angle of 212.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E77CF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB46119207-
CMYK0.780.4300.19
HSL212.8º63.64%49.61%-
HSV(B)212.8º77.78%81.18%-
XYZ18.9918.2861.56-
YUV107.2184.3284.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.37%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=12.37%
G=31.99%
B=55.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461192070.780.4300.19212.863.6449.61
Hex2E77CF4E2B013d54032
Octal561673171165302332510062
Binary1011101110111110011111001110101011010011110101011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,119,207); }

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

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

 a { background-color: rgb(46,119,207); }

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

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

 span { border-color: rgb(46,119,207); }

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